X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=Makefile.am;h=1ce745a04c9c3e4f749936957d6f901eebf7d247;hb=965c28d0cce2e43df3c38b47c78204b1c33c313d;hp=beaedc4bc6de29a073c9c839e37e3d3baa90c368;hpb=b6dc8044807da8b8f993459152379ecf7a5134f3;p=wimlib diff --git a/Makefile.am b/Makefile.am index beaedc4b..1ce745a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,11 +102,14 @@ 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_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 \ @@ -209,7 +212,8 @@ imagex_cmds = append \ optimize\ split \ unmount \ - update + update \ + verify install-exec-hook: if [ "@IMAGEX_PROGNAME@" != imagex ]; then \ @@ -283,6 +287,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)