X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=Makefile.am;h=cff4aa8993c060d56446ebe8f7be6d30a1b61fdd;hp=beaedc4bc6de29a073c9c839e37e3d3baa90c368;hb=e3dde1c0a967b4a556b914e9b1e036d25dff0d1b;hpb=b6dc8044807da8b8f993459152379ecf7a5134f3 diff --git a/Makefile.am b/Makefile.am index beaedc4b..cff4aa89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,7 @@ libwim_la_SOURCES = \ src/lz_linked_suffix_array.c \ src/lz_mf.c \ src/lz_null.c \ + src/lz_repsearch.c \ src/lz_suffix_array_utils.c \ src/lzms-common.c \ src/lzms-compress.c \ @@ -102,11 +103,15 @@ libwim_la_SOURCES = \ include/wimlib/integrity.h \ include/wimlib/list.h \ include/wimlib/lookup_table.h \ + include/wimlib/lz_extend.h \ + include/wimlib/lz_hash3.h \ include/wimlib/lz_mf.h \ include/wimlib/lz_mf_ops.h \ + include/wimlib/lz_repsearch.h \ include/wimlib/lz_suffix_array_utils.h \ include/wimlib/lzms.h \ include/wimlib/lzx.h \ + include/wimlib/lzx_constants.h \ include/wimlib/metadata.h \ include/wimlib/pathlist.h \ include/wimlib/paths.h \ @@ -169,8 +174,7 @@ libwim_la_LIBADD = \ $(LTLIBICONV) \ $(LIBCRYPTO_LIBS) \ $(SSSE3_SHA1_OBJ) \ - $(PTHREAD_LDADD) \ - $(WINDOWS_LDADD) + $(PTHREAD_LDADD) libwim_la_CFLAGS = \ $(AM_CFLAGS) \ @@ -209,7 +213,8 @@ imagex_cmds = append \ optimize\ split \ unmount \ - update + update \ + verify install-exec-hook: if [ "@IMAGEX_PROGNAME@" != imagex ]; then \ @@ -283,6 +288,7 @@ wimlib_manpages = \ doc/man1/@IMAGEX_PROGNAME@-split.1 \ doc/man1/@IMAGEX_PROGNAME@-unmount.1 \ doc/man1/@IMAGEX_PROGNAME@-update.1 \ + doc/man1/@IMAGEX_PROGNAME@-verify.1 \ doc/man1/mkwinpeimg.1 man1_MANS = $(wimlib_manpages)