delete libtool copied files on maintainer-clean rule
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 17 Oct 2010 07:11:10 +0000 (07:11 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 17 Oct 2010 07:11:10 +0000 (07:11 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@53512 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Makefile.am

index 6ecc337..c78a8f1 100644 (file)
@@ -2,11 +2,28 @@ ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = data src utils doc
 
-MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
-                       config.h.in config.sub configure install-sh \
-                      ltconfig ltmain.sh missing mkinstalldirs \
-                      stamp-h.in edje_docs.tar edje_docs.tar.gz edje.c \
-                      edje.spec depcomp compile edje.pc
+MAINTAINERCLEANFILES = \
+Makefile.in \
+aclocal.m4 \
+compile \
+config.guess \
+config.h.in \
+config.sub \
+configure \
+depcomp \
+install-sh \
+ltmain.sh \
+missing \
+mkinstalldirs \
+stamp-h.in \
+$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
+$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
+$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 \
+m4/libtool.m4 \
+m4/lt~obsolete.m4 \
+m4/ltoptions.m4 \
+m4/ltsugar.m4 \
+m4/ltversion.m4
 
 ### this is all fine and great - but edje should not be going and installing
 ### data in another software's data dir - it's just wrong. not to mention this