X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=afb960fdbca6a4b999eb8696c25eda3e18c70d96;hb=667993a1b722d75c7db4d8dca1eb23ff41554f16;hp=e9c26b8e16bd7b3a4a6a63365b443237e7f312df;hpb=96719c27efb23dfc9b41d3fd810420d1149c4cba;p=shibboleth%2Fcpp-xmltooling.git diff --git a/Makefile.am b/Makefile.am index e9c26b8..afb960f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,10 +5,11 @@ include doxygen.am MOSTLYCLEANFILES = $(DX_CLEANFILES) -dist-hook: - rm -rf `find $(distdir)/xmltoolingtest/data -name .svn` - rm -rf `find $(distdir)/doc/api -name .svn` - +DISTCLEANFILES = \ + @PACKAGE_NAME@.pc \ + @PACKAGE_NAME@.pc.in \ + @PACKAGE_NAME@-uninstalled.pc \ + @PACKAGE_NAME@-uninstalled.sh SUBDIRS = doc schemas @PACKAGE_NAME@ xmltoolingtest @@ -21,11 +22,11 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = @PACKAGE_NAME@.pc -GENFILES = @PACKAGE_NAME@.spec pkginfo Portfile +GENFILES = @PACKAGE_NAME@.spec EXTRA_DIST = $(DX_CONFIG) \ - cpp-@PACKAGE_NAME@.sln \ - config_win32.h \ - $(GENFILES) \ - $(GENFILES:%=%.in) \ - postinstall + cpp-@PACKAGE_NAME@.sln \ + config_win32.h \ + msbuild \ + $(GENFILES) \ + $(GENFILES:%=%.in)