Instead of the default .tar.gz one. Signed-off-by: Phil Sutter <phil@xxxxxx> --- Changes since v1: - Generate .tar.xz instead of .tar.bz2, suggested by Jan and Pablo. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1292f4b7065f4..dc3552067a67f 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 -- 2.38.0