From 9fbca4e045a837a77798ef57336436daf3940b41 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 6 Dec 2022 21:05:04 +0100 Subject: Makefile: Generate .tar.xz archive with 'make dist' Instead of the default .tar.gz one. Signed-off-by: Phil Sutter --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3