ethumb: autotools

Remove the tarballs too when "make maintainer-clean"


SVN revision: 72603
This commit is contained in:
Jerome Pinot 2012-06-21 13:45:36 +00:00
parent fe0b37b9d5
commit 8a73aa9435
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,10 @@ MAINTAINERCLEANFILES = \
depcomp \
install-sh \
ltmain.sh \
missing
missing \
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2
EXTRA_DIST = \
autogen.sh \