diff options
author | Michihiro NAKAJIMA <ggcueroad@gmail.com> | 2012-10-23 06:22:23 +0900 |
---|---|---|
committer | Michihiro NAKAJIMA <ggcueroad@gmail.com> | 2012-10-23 06:22:23 +0900 |
commit | 3549d5aef73b93ae622fd4e00de4a761228ab838 (patch) | |
tree | 80205b560cb050ef1bf9f69d0658724f29eaecf5 /Makefile.am | |
parent | d06fc9e5e4a47d022188d4b10202873c5d995b6e (diff) | |
download | libarchive-3549d5aef73b93ae622fd4e00de4a761228ab838.tar.gz |
Introduce gzip:timestamp option into gzip write filter to
control recording timestamp.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b37b7b8d..e7ddddd3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -426,6 +426,7 @@ libarchive_test_SOURCES= \ libarchive/test/test_write_filter_bzip2.c \ libarchive/test/test_write_filter_compress.c \ libarchive/test/test_write_filter_gzip.c \ + libarchive/test/test_write_filter_gzip_timestamp.c \ libarchive/test/test_write_filter_lrzip.c \ libarchive/test/test_write_filter_lzip.c \ libarchive/test/test_write_filter_lzma.c \ |