delete libtool copied files on maintainer-clean rule

SVN revision: 53512
This commit is contained in:
Vincent Torri 2010-10-17 07:11:10 +00:00
parent 1236bd82aa
commit 7f7561c8a2
1 changed files with 22 additions and 5 deletions

View 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