X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=Makefile.am;h=a7304ce5ba567ae18066b299837ddbdf4c3d25d7;hb=869ca1f4cc4654501d52f8c3e660c056904ccabf;hp=82a1b5d8e53902481db5e15e385a88d8998735fa;hpb=9d73a0741204345c60ce51901f191cd62533526f;p=wimlib diff --git a/Makefile.am b/Makefile.am index 82a1b5d8..a7304ce5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,7 @@ libwim_la_SOURCES = \ src/decompress_common.c \ src/delete_image.c \ src/dentry.c \ + src/divsufsort.c \ src/encoding.c \ src/export_image.c \ src/extract.c \ @@ -45,11 +46,6 @@ libwim_la_SOURCES = \ src/lzms-decompress.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 +59,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 \ @@ -88,6 +85,7 @@ libwim_la_SOURCES = \ include/wimlib/decompressor_ops.h \ include/wimlib/decompress_common.h \ include/wimlib/dentry.h \ + include/wimlib/divsufsort.h \ include/wimlib/encoding.h \ include/wimlib/endianness.h \ include/wimlib/error.h \ @@ -108,6 +106,7 @@ libwim_la_SOURCES = \ 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 \