X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=Makefile.am;h=bbdfd8e94d9b461428400c81c88014e0015fcc46;hb=0240a6ee7697579f5c6f1d75c0d7a41b7be60777;hp=82a1b5d8e53902481db5e15e385a88d8998735fa;hpb=9d73a0741204345c60ce51901f191cd62533526f;p=wimlib diff --git a/Makefile.am b/Makefile.am index 82a1b5d8..bbdfd8e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,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 \ @@ -63,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 \ @@ -100,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 \ @@ -245,6 +241,10 @@ EXTRA_DIST = \ debian \ rpm \ examples \ + COPYING \ + COPYING.GPLv3 \ + COPYING.LGPLv3 \ + README \ README.WINDOWS \ tests/common_tests.sh \ tests/tests-common.sh \