X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=Makefile.am;h=b3abad47683fe4c451d47350d34071c61b380505;hb=933e1e95ffed656c1adb46b3e3c2fda524ef552b;hp=a9206fdf9ff39f062e9df2f634ea3964859f6908;hpb=864db0e0929d60b33b8b0df35ccb68d43e7f8684;p=wimlib diff --git a/Makefile.am b/Makefile.am index a9206fdf..b3abad47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,6 @@ libwim_la_SOURCES = \ src/add_image.c \ src/avl_tree.c \ src/capture_common.c \ - src/compat.c \ src/compress.c \ src/compress_common.c \ src/compress_parallel.c \ @@ -44,13 +43,8 @@ libwim_la_SOURCES = \ src/lzms-common.c \ src/lzms-compress.c \ src/lzms-decompress.c \ + src/lz_bt.c \ src/lz_hash.c \ - src/lz_sarray.c \ - src/divsufsort/divsufsort.c \ - src/divsufsort/divsufsort.h \ - src/divsufsort/divsufsort_private.h \ - src/divsufsort/sssort.c \ - src/divsufsort/trsort.c \ src/lzx-common.c \ src/lzx-compress.c \ src/lzx-decompress.c \ @@ -64,6 +58,7 @@ libwim_la_SOURCES = \ src/sha1.c \ src/split.c \ src/reparse.c \ + src/tagged_items.c \ src/template.c \ src/textfile.c \ src/timestamp.c \ @@ -101,14 +96,14 @@ libwim_la_SOURCES = \ include/wimlib/list.h \ include/wimlib/lookup_table.h \ include/wimlib/lz.h \ + include/wimlib/lz_bt.h \ include/wimlib/lz_hash.h \ - include/wimlib/lz_optimal.h \ - include/wimlib/lz_sarray.h \ include/wimlib/lzms.h \ include/wimlib/lzx.h \ include/wimlib/metadata.h \ include/wimlib/pathlist.h \ include/wimlib/paths.h \ + include/wimlib/progress.h \ include/wimlib/reparse.h \ include/wimlib/resource.h \ include/wimlib/security.h \