[Opensrf-commits] r1737 - trunk (sboyette)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Aug 13 15:58:08 EDT 2009
Author: sboyette
Date: 2009-08-13 15:58:03 -0400 (Thu, 13 Aug 2009)
New Revision: 1737
Modified:
trunk/Makefile.am
Log:
Added distclean-local: target and DISTCLEANFILES to make 'make distclean' work superawesomely
Added ACLOCAL_AMFLAGS at the behest of libtoolize
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2009-08-13 19:58:02 UTC (rev 1736)
+++ trunk/Makefile.am 2009-08-13 19:58:03 UTC (rev 1737)
@@ -31,8 +31,12 @@
export LOG = @localstatedir@/log/opensrf
export srcdir = @srcdir@
+ACLOCAL_AMFLAGS = -I m4
+
AM_CFLAGS = $(DEF_CFLAGS)
+DISTCLEANFILES = Makefile.in Makefile aclocal.m4 config.guess config.log config.sub config.status configure depcomp install-sh ltmain.sh missing
+
DOC_FILES = @srcdir@/doc/Application-HOWTO.txt \
@srcdir@/doc/dokuwiki-doc-stubber.pl \
@srcdir@/doc/OpenSRF-Messaging-Protocol.html \
@@ -126,3 +130,6 @@
install-data-hook:
cp @srcdir@/src/gateway/apachetools.h @includedir@/opensrf/apachetools.h
+distclean-local:
+ rm -rf ./autom4te.cache
+ rm -rf ./m4
\ No newline at end of file
More information about the opensrf-commits
mailing list