https://issues.shibboleth.net/jira/browse/SSPCPP-493
[shibboleth/cpp-sp.git] / Makefile.am
index cc2eee8..c5ec833 100644 (file)
@@ -5,6 +5,9 @@ include doxygen.am
 
 MOSTLYCLEANFILES = $(DX_CLEANFILES)
 
+dist-hook:
+       rm -rf `find $(distdir)/msbuild -name .svn`
+
 WANT_SUBDIRS = @WANT_SUBDIRS@
 
 SUBDIRS = $(WANT_SUBDIRS)
@@ -31,16 +34,12 @@ else
 all-local:
 endif
 
-dist-hook:
-       rm -rf `find $(distdir)/isapi_shib -name .svn`
-       rm -rf `find $(distdir)/doc/api -name .svn`
-
-GENFILES = @PACKAGE_NAME@.spec pkginfo Portfile
+GENFILES = @PACKAGE_NAME@.spec
 
 EXTRA_DIST = $(DX_CONFIG) \
-    isapi_shib \
-    Shibboleth.sln \
-    config_win32.h \
-    $(GENFILES) \
-    $(GENFILES:%=%.in) \
-    postinstall
+       isapi_shib \
+       Shibboleth.sln \
+       config_win32.h \
+       msbuild \
+       $(GENFILES) \
+       $(GENFILES:%=%.in)