From: Tim Kientzle Date: Thu, 2 Apr 2009 01:39:18 +0000 (-0400) Subject: Fill in a few missing files. X-Git-Tag: v2.7.0~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d58852b8052a08ea181b43daf3d2b721aded0ea;p=thirdparty%2Flibarchive.git Fill in a few missing files. SVN-Revision: 911 --- diff --git a/Makefile.am b/Makefile.am index d76ff7de5..ee7718be0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -267,7 +267,9 @@ libarchive_test_SOURCES= \ libarchive/test/test_write_compress.c \ libarchive/test/test_write_compress_bzip2.c \ libarchive/test/test_write_compress_gzip.c \ + libarchive/test/test_write_compress_lzma.c \ libarchive/test/test_write_compress_program.c \ + libarchive/test/test_write_compress_xz.c \ libarchive/test/test_write_disk.c \ libarchive/test/test_write_disk_failures.c \ libarchive/test/test_write_disk_hardlink.c \ @@ -320,6 +322,7 @@ libarchive_test_EXTRA_DIST=\ libarchive/test/test_read_format_isojoliet_bz2.iso.bz2.uu \ libarchive/test/test_read_format_isojolietrr_bz2.iso.bz2.uu \ libarchive/test/test_read_format_isorr_bz2.iso.bz2.uu \ + libarchive/test/test_read_format_iso_gz.iso.gz.uu \ libarchive/test/test_read_format_tar_empty_filename.tar.uu \ libarchive/test/test_read_format_zip.zip.uu \ libarchive/test/CMakeLists.txt \