Set fourth file version digit to signify rebuild.
[shibboleth/cpp-xmltooling.git] / Makefile.am
index f581d42..01dbcc1 100644 (file)
@@ -1,17 +1,17 @@
-AUTOMAKE_OPTIONS = foreign
-
-ACLOCAL_AMFLAGS = -I .
+AUTOMAKE_OPTIONS = foreign dist-zip dist-bzip2
+ACLOCAL_AMFLAGS = -I m4
 
 include doxygen.am
 
 MOSTLYCLEANFILES = $(DX_CLEANFILES)
 
-dist-hook:
-       rm -rf `find $(distdir)/@PACKAGE_NAME@test/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@ @PACKAGE_NAME@test
+SUBDIRS = doc schemas @PACKAGE_NAME@ xmltoolingtest
 
 if DX_COND_doc
 all-local: doxygen-doc
@@ -22,18 +22,10 @@ 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 \
-        acx_pthread.m4 \
-        acinclude.m4 \
-        ax_create_pkgconfig_info.m4 \
-        libtool.m4 \
-        doxygen.m4 \
-        depcomp \
-        config_win32.h \
-        $(GENFILES) \
-        $(GENFILES:%=%.in) \
-        depend \
-        postinstall
+       cpp-@PACKAGE_NAME@.sln \
+       config_win32.h \
+       $(GENFILES) \
+       $(GENFILES:%=%.in)