autotools: Fix MAINTAINERCLEAN rules

Summary:
We do not ship a .tar.bz2 but a tar.xz, thus we have to clean the
later.

Reviewers: billiob

Differential Revision: https://phab.enlightenment.org/D1302
This commit is contained in:
Alex-P. Natsios 2014-08-09 20:20:32 +02:00 committed by Boris Faure
parent e9b74ac4c4
commit 4f2251676a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ MAINTAINERCLEANFILES = \
ABOUT-NLS* \
Makefile.in \
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.xz \
aclocal.m4 \
config.guess \
config.rpath \