summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-12-06 21:05:04 +0100
committerPhil Sutter <phil@nwl.cc>2022-12-14 15:47:14 +0100
commit9fbca4e045a837a77798ef57336436daf3940b41 (patch)
treeab795208dc716ca8cbe6795a0c30631c26dcdb47 /Makefile.am
parent3822a992bc2772d55853fb768225210af5d35e02 (diff)
Makefile: Generate .tar.xz archive with 'make dist'
Instead of the default .tar.gz one. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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