summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Matuška <martin@matuska.org>2019-11-17 22:09:11 +0100
committerGitHub <noreply@github.com>2019-11-17 22:09:11 +0100
commit0f1e37b54ae436536fe9522b9cb8380d9be29a03 (patch)
tree95696c6aa120500a4bdbaccfa8f96b9b3dfa365a /Makefile.am
parentaa11d99192c093c4867778fe89e3c6f786329f9e (diff)
parent3566a5d6ba2458e68c7e42b23f00a57901c6eafb (diff)
downloadlibarchive-0f1e37b54ae436536fe9522b9cb8380d9be29a03.tar.gz
Merge pull request #1263 from Claybird/add_unicode_support_on_lha
Adds UNICODE filename support for reading lha/lzh format
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 03805b4b..be865cca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -488,6 +488,7 @@ libarchive_test_SOURCES= \
libarchive/test/test_read_format_lha.c \
libarchive/test/test_read_format_lha_bugfix_0.c \
libarchive/test/test_read_format_lha_filename.c \
+ libarchive/test/test_read_format_lha_filename_utf16.c \
libarchive/test/test_read_format_mtree.c \
libarchive/test/test_read_format_mtree_crash747.c \
libarchive/test/test_read_format_pax_bz2.c \