X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=Makefile.am;h=b3abad47683fe4c451d47350d34071c61b380505;hp=7591fb623903bc68f34b8a7984abe29d23be0e1c;hb=c604acfda391af68781f9ef1cee1f1ab7aac68e1;hpb=27b30056e4520e9b5b9d0846f438311746345f83 diff --git a/Makefile.am b/Makefile.am index 7591fb62..b3abad47 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 \ @@ -101,9 +96,8 @@ 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 \