From 4f2251676a2f1587d6edc40eaa5cb5a163d82473 Mon Sep 17 00:00:00 2001 From: "Alex-P. Natsios" Date: Sat, 9 Aug 2014 20:20:32 +0200 Subject: [PATCH] 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1dcf8352..48ded9e9 100644 --- a/Makefile.am +++ b/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 \