summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2011-05-23 18:30:30 +0300
committerLasse Collin <lasse.collin@tukaani.org>2011-05-23 18:30:30 +0300
commit21b45b9bab541f419712cbfd473ccc31802e0397 (patch)
treed44217be9d6c9619248fe6dec78056a00630c0b5 /Makefile.am
parent48053e8a4550233af46359024538bff90c870ab1 (diff)
downloadxz-21b45b9bab541f419712cbfd473ccc31802e0397.tar.gz
Build: Set GZIP_ENV=-9n in top-level Makefile.am.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2ce74aa..1e7ba61 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,9 @@
## You can do whatever you want with this file.
##
+# Use -n to prevent gzip from adding a timestamp to the .gz headers.
+GZIP_ENV = -9n
+
DIST_SUBDIRS = lib src po tests debug
SUBDIRS =