]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Makefile: Generate .tar.xz archive with 'make dist'
authorPhil Sutter <phil@nwl.cc>
Tue, 6 Dec 2022 20:05:04 +0000 (21:05 +0100)
committerPhil Sutter <phil@nwl.cc>
Wed, 14 Dec 2022 14:47:14 +0000 (15:47 +0100)
Instead of the default .tar.gz one.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Makefile.am

index a0bf11e6872c5c3193a1331844b1dcfefd506322..61604d32e6131e3fc86f9e2e49e9ae3ebe8caab2 100644 (file)
@@ -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