From 8949675e5de06d863cfbbbbe848e109dee3f98f7 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sat, 24 May 2008 16:34:15 +0530 Subject: Updated toplevel Makefile.am to reflect recent automake changes --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2dcf101..f3806fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,9 @@ # The following files are required for the build process CONFIG_FILES = \ - config/config.guess config/config.sub \ - config/ltmain.sh config/install-sh config/missing config/mkinstalldirs \ - config/typecheck.m4 config/argenable.m4 + config.guess config.sub \ + ltmain.sh install-sh missing \ + m4macros/typecheck.m4 m4macros/argenable.m4 EXTRA_DIST = $(CONFIG_FILES) TODO autogen.sh SUBDIRS = src doc packaging -- cgit v1.2.3