Added distclean-local: target and DISTCLEANFILES to make 'make distclean' work supera...
authorsboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 13 Aug 2009 19:58:03 +0000 (19:58 +0000)
committersboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 13 Aug 2009 19:58:03 +0000 (19:58 +0000)
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

index a776faa..12c5c88 100644 (file)
@@ -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