From: Martin Matuska Date: Sun, 17 Nov 2019 21:32:55 +0000 (+0100) Subject: Add missing testfile to Makefile.am X-Git-Tag: v3.4.1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59e5c49593009278c251f79b92e31b2a4e047c4;p=thirdparty%2Flibarchive.git Add missing testfile to Makefile.am --- diff --git a/Makefile.am b/Makefile.am index be865cca2..6816eb532 100644 --- a/Makefile.am +++ b/Makefile.am @@ -799,6 +799,7 @@ libarchive_test_EXTRA_DIST=\ libarchive/test/test_read_format_iso_zisofs.iso.Z.uu \ libarchive/test/test_read_format_lha_bugfix_0.lzh.uu \ libarchive/test/test_read_format_lha_filename_cp932.lzh.uu \ + libarchive/test/test_read_format_lha_filename_utf16.lzh.uu \ libarchive/test/test_read_format_lha_header0.lzh.uu \ libarchive/test/test_read_format_lha_header1.lzh.uu \ libarchive/test/test_read_format_lha_header2.lzh.uu \