From ba84a26bac2353d622036fac3dc03979ec3d83fc Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Sun, 9 Aug 2009 23:19:02 +0200 Subject: Get make distcheck to pass cleanly * Makefile.am (DISTCLEANFILES): List the configuration header copies made by the AC_CONFIG_COMMANDS() as files to delete. * configure.ac (AM_INIT_AUTOMAKE): Switch to POSIX archive format (pax) for tar, because just as with libsigc++ the filenames generated by Doxygen exceed the tar-ustar limit. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 55239ebd..488faa06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,11 @@ text_files = COPYING.tools README.win32 glib/README gio/README msvc_files = $(msvc_net2005_data:%=MSVC_Net2005/%) $(msvc_net2008_data:%=MSVC_Net2008/%) dist_noinst_DATA = $(text_files) $(msvc_files) +DISTCLEANFILES = MSVC_Net2005/glibmm/glibmmconfig.h \ + MSVC_Net2005/giomm/giommconfig.h \ + MSVC_Net2008/glibmm/glibmmconfig.h \ + MSVC_Net2008/giomm/giommconfig.h + # TODO: Obsolete; remove after grace period. aclocal_macrodir = $(datadir)/aclocal dist_aclocal_macro_DATA = scripts/glibmm_check_perl.m4 -- cgit v1.2.1