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
devs/discomfitor/cc
Alex-P. Natsios 9 years ago committed by Boris Faure
parent e9b74ac4c4
commit 4f2251676a
  1. 2
      Makefile.am

@ -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 \

Loading…
Cancel
Save