From 28123b7036b023f555e9a45ca5b04df89ef1a2e8 Mon Sep 17 00:00:00 2001 From: sboyette Date: Thu, 13 Aug 2009 19:58:03 +0000 Subject: [PATCH] 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 --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.43.2