From 7f7561c8a2ac575a9fa491378c83697323d380ea Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sun, 17 Oct 2010 07:11:10 +0000 Subject: [PATCH] delete libtool copied files on maintainer-clean rule SVN revision: 53512 --- legacy/edje/Makefile.am | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/legacy/edje/Makefile.am b/legacy/edje/Makefile.am index 6ecc337afa..c78a8f1726 100644 --- a/legacy/edje/Makefile.am +++ b/legacy/edje/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