X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=Makefile.am;h=d4a3af6a84a320f7ac0528cd9fdf3fb66eecdb79;hp=60c3af3c05164a86ef228eb31ecd7850839f9139;hb=31cea10bc58ea3067c711c47a266cc68f34459d9;hpb=08a55221fc6904ceaf4bd1c0532eb03e792d5420 diff --git a/Makefile.am b/Makefile.am index 60c3af3c..d4a3af6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,29 +10,32 @@ lib_LTLIBRARIES = libwim.la libwim_la_LDFLAGS = -version-info 1:0:0 libwim_la_SOURCES = \ - src/comp.c \ - src/comp.h \ - src/decomp.c \ - src/decomp.h \ + src/add_image.c \ + src/buffer_io.h \ + src/compress.c \ + src/compress.h \ + src/decompress.c \ + src/decompress.h \ + src/delete_image.c \ src/dentry.c \ src/dentry.h \ src/endianness.h \ - src/extract.c \ + src/export_image.c \ + src/extract_image.c \ src/hardlink.c \ src/header.c \ src/integrity.c \ - src/io.h \ src/join.c \ src/list.h \ src/lookup_table.c \ src/lookup_table.h \ - src/lz.c \ + src/lz77.c \ src/lzx-common.c \ - src/lzx-comp.c \ - src/lzx-decomp.c \ + src/lzx-compress.c \ + src/lzx-decompress.c \ src/lzx.h \ - src/modify.c \ - src/mount.c \ + src/metadata_resource.c \ + src/mount_image.c \ src/resource.c \ src/rbtree.c \ src/rbtree.h \ @@ -46,14 +49,15 @@ libwim_la_SOURCES = \ src/timestamp.h \ src/util.c \ src/util.h \ + src/verify.c \ src/wim.c \ src/wimlib.h \ src/wimlib_internal.h \ src/write.c \ src/xml.c \ src/xml.h \ - src/xpress-comp.c \ - src/xpress-decomp.c \ + src/xpress-compress.c \ + src/xpress-decompress.c \ src/xpress.h if WITH_NTFS_3G @@ -103,6 +107,7 @@ EXTRA_DIST = \ debian \ rpm \ programs/install.cmd \ + programs/wimapply.c \ tests/common_tests.sh \ tests/tests-common.sh \ tests/security_descriptor_1.base64 \