X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=Makefile.am;h=a7304ce5ba567ae18066b299837ddbdf4c3d25d7;hp=1ff845a29aec53ecbc77f2c0a27438565f4e28db;hb=aff002cdb84280f0d583e6d357024d22caf898a6;hpb=b5b9681794d1f5f13350e3567f6f6e74f5c779cf diff --git a/Makefile.am b/Makefile.am index 1ff845a2..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 \