From: sboyette Date: Thu, 13 Aug 2009 19:58:03 +0000 (+0000) Subject: Added distclean-local: target and DISTCLEANFILES to make 'make distclean' work supera... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=28123b7036b023f555e9a45ca5b04df89ef1a2e8;p=opensrf%2Fbjwebb.git Added distclean-local: target and DISTCLEANFILES to make 'make distclean' work superawesomely Added ACLOCAL_AMFLAGS at the behest of libtoolize git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1737 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/Makefile.am b/Makefile.am index a776faa..12c5c88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,8 +31,12 @@ export SOCK = @localstatedir@/lock/opensrf 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 @@ javascript-install: 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