From abcc9c678d5bfd482ebb9fd28ba1be02108bf0fe Mon Sep 17 00:00:00 2001 From: caro Date: Sun, 17 Oct 2010 07:07:46 +0000 Subject: [PATCH] delete libtool copied files on maintainer-clean rule git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@53511 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 13a6221..f3badbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,15 @@ depcomp \ install-sh \ ltconfig \ ltmain.sh \ -missing +missing \ +$(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 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = eina.pc -- 2.7.4