From dec6fc17d3acb4b362f9be0d05b13bd4e0dedc7f Mon Sep 17 00:00:00 2001 From: caro Date: Sun, 17 Oct 2010 07:11:10 +0000 Subject: [PATCH] delete libtool copied files on maintainer-clean rule git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@53512 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- Makefile.am | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6ecc337..c78a8f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- 2.7.4