X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=Makefile.am;h=7b20b58a9bda9790b66bdc04c827e28f81207c43;hp=684454c4274f408bce9bc44178a7829a485c4f82;hb=7bac2f53ecca0fe8d6f9e55a9bf8f86512256660;hpb=ec60614b1897da8e615c9159a38552648dda53d6 diff --git a/Makefile.am b/Makefile.am index 684454c4..7b20b58a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,9 @@ libwim_la_SOURCES = \ src/add_image.c \ src/capture_common.c \ src/compress.c \ + src/compress_chunk.c \ + src/compress_parallel.c \ + src/compress_serial.c \ src/decompress.c \ src/delete_image.c \ src/dentry.c \ @@ -33,6 +36,7 @@ libwim_la_SOURCES = \ src/integrity.c \ src/join.c \ src/lookup_table.c \ + src/lzms-decompress.c \ src/lz77.c \ src/divsufsort/divsufsort.c \ src/divsufsort/divsufsort.h \ @@ -66,6 +70,7 @@ libwim_la_SOURCES = \ include/wimlib/capture.h \ include/wimlib/compiler.h \ include/wimlib/compress.h \ + include/wimlib/compress_chunks.h \ include/wimlib/decompress.h \ include/wimlib/dentry.h \ include/wimlib/encoding.h \ @@ -77,6 +82,7 @@ libwim_la_SOURCES = \ include/wimlib/integrity.h \ include/wimlib/list.h \ include/wimlib/lookup_table.h \ + include/wimlib/lzms.h \ include/wimlib/lzx.h \ include/wimlib/metadata.h \ include/wimlib/paths.h \ @@ -213,8 +219,6 @@ EXTRA_DIST = \ rpm \ examples \ README.WINDOWS \ - programs/install.cmd \ - programs/wimapply.c \ tests/common_tests.sh \ tests/tests-common.sh \ tests/security_descriptor_1.base64 \