summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Ivar Helbekkmo <tih@hamartun.priv.no>2021-03-05 23:18:21 +0100
committerTom Ivar Helbekkmo <tih@hamartun.priv.no>2021-03-05 23:18:21 +0100
commit6c03f55caf276fe39d519ddb2b71f7cfd6a564bd (patch)
tree4429e3fe82389a86e0817eef1ee6a62339471eff /Makefile.am
parentaf6e8b5bf507ec95ede2725b906a7570d93c9ff3 (diff)
downloadlibarchive-6c03f55caf276fe39d519ddb2b71f7cfd6a564bd.tar.gz
add support for reading and writing PWB and V7 cpio archives
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 3d30b6e1..1ead2813 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -224,6 +224,7 @@ libarchive_la_SOURCES= \
libarchive/archive_write_set_format_ar.c \
libarchive/archive_write_set_format_by_name.c \
libarchive/archive_write_set_format_cpio.c \
+ libarchive/archive_write_set_format_cpio_binary.c \
libarchive/archive_write_set_format_cpio_newc.c \
libarchive/archive_write_set_format_cpio_odc.c \
libarchive/archive_write_set_format_filter_by_ext.c \