summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Ivar Helbekkmo <tih@hamartun.priv.no>2021-03-05 21:25:06 +0100
committerTom Ivar Helbekkmo <tih@hamartun.priv.no>2021-03-05 21:25:06 +0100
commitaf6e8b5bf507ec95ede2725b906a7570d93c9ff3 (patch)
treef417e94689886740663375c382a99a78d94de765 /Makefile.am
parent1a3204c0b011e5626bd5569667bae351c9671dbf (diff)
downloadlibarchive-af6e8b5bf507ec95ede2725b906a7570d93c9ff3.tar.gz
rearrange cpio output format selection
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 525ac0a1..3d30b6e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -225,6 +225,7 @@ libarchive_la_SOURCES= \
libarchive/archive_write_set_format_by_name.c \
libarchive/archive_write_set_format_cpio.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 \
libarchive/archive_write_set_format_iso9660.c \
libarchive/archive_write_set_format_mtree.c \