From: Paul Brossier Date: Wed, 11 Oct 2006 15:55:31 +0000 (+0000) Subject: remove useless DISTCLEANFILES = autom4te.cache X-Git-Tag: bzr2git~528 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae034c8124b03a6bdb33013b62259784ddf82cb7;p=aubio.git remove useless DISTCLEANFILES = autom4te.cache remove useless DISTCLEANFILES = autom4te.cache --- diff --git a/Makefile.am b/Makefile.am index 05e07374..f132382f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,6 @@ endif SUBDIRS = src ext examples sounds plugins $(PYTHONDIR) $(SWIGDIR) $(DOC) EXTRA_DIST = bootstrap VERSION -DISTCLEANFILES = autom4te.cache docs: cd doc && make update-docs && cd ..