From: Phil Sutter Date: Tue, 6 Dec 2022 20:05:04 +0000 (+0100) Subject: Makefile: Generate .tar.xz archive with 'make dist' X-Git-Tag: v1.8.9~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fbca4e045a837a77798ef57336436daf3940b41;p=thirdparty%2Fiptables.git Makefile: Generate .tar.xz archive with 'make dist' Instead of the default .tar.gz one. Signed-off-by: Phil Sutter --- diff --git a/Makefile.am b/Makefile.am index a0bf11e6..61604d32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # -*- Makefile -*- ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = foreign subdir-objects +AUTOMAKE_OPTIONS = foreign subdir-objects dist-xz no-dist-gzip SUBDIRS = libiptc libxtables if ENABLE_DEVEL