summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/Makefile4
-rw-r--r--lib/libarchive/test/Makefile5
2 files changed, 9 insertions, 0 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index 018ad32..f2ba2f8 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -63,7 +63,10 @@ SRCS= archive_acl.c \
archive_entry_stat.c \
archive_entry_strmode.c \
archive_entry_xattr.c \
+ archive_getdate.c \
+ archive_match.c \
archive_options.c \
+ archive_pathmatch.c \
archive_ppmd7.c \
archive_rb.c \
archive_read.c \
@@ -106,6 +109,7 @@ SRCS= archive_acl.c \
archive_util.c \
archive_virtual.c \
archive_write.c \
+ archive_write_add_filter.c \
archive_write_disk_set_standard_lookup.c \
archive_write_disk_posix.c \
archive_write_open_fd.c \
diff --git a/lib/libarchive/test/Makefile b/lib/libarchive/test/Makefile
index f4865b9..ce039be 100644
--- a/lib/libarchive/test/Makefile
+++ b/lib/libarchive/test/Makefile
@@ -26,6 +26,11 @@ TESTS= \
test_archive_api_feature.c \
test_archive_clear_error.c \
test_archive_crypto.c \
+ test_archive_getdate.c \
+ test_archive_match_time.c \
+ test_archive_match_owner.c \
+ test_archive_match_path.c \
+ test_archive_pathmatch.c \
test_archive_read_close_twice.c \
test_archive_read_close_twice_open_fd.c \
test_archive_read_close_twice_open_filename.c \
OpenPOWER on IntegriCloud