diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-05-23 18:30:30 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2011-05-23 18:30:30 +0300 |
commit | 21b45b9bab541f419712cbfd473ccc31802e0397 (patch) | |
tree | d44217be9d6c9619248fe6dec78056a00630c0b5 /Makefile.am | |
parent | Update NEWS for 5.0.3. (diff) | |
download | xz-21b45b9bab541f419712cbfd473ccc31802e0397.tar.xz |
Build: Set GZIP_ENV=-9n in top-level Makefile.am.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2ce74aa5..1e7ba612 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 = |