From d18b4bea000b805b64ea8d2814076276323d0322 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 19 Jun 2009 08:00:07 +0000 Subject: Remove all generated files. Keeping generated files in CVS doesn't only tend to produce large and cluttered files it also may result in build problems due to timestamps in the wrong order. So dump everything, update .cvsignore to ignore these files and resolve all warnings generated by autoreconf. From now on users of a CVS checkout should run the command autoreconf --install --force after having done a CVS checkout. For this to succeed automake, autoconf and libtool will have to be installed. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6fe5ccf..43634bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,8 @@ +ACLOCAL_AMFLAGS = -I m4 SUBDIRS = ax25ipd ax25rtd call listen ax25mond -EXTRA_DIST = pathnames.h autogen.sh +EXTRA_DIST = pathnames.h installconf: @for app in $(SUBDIRS); do $(MAKE) -C $$app installconf; done -- cgit v1.2.3