X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=Makefile.am;h=f05e58ddd4898eff7d5d1f80ef5f8af6593d270e;hb=ecb365734ad408025b661be3644ca59559ae8f80;hp=727d8b6c5f1351bd885c1155703adddb136b9aeb;hpb=038eaccece575d04de8d647bb93773b7f3e38ce4;p=wimlib diff --git a/Makefile.am b/Makefile.am index 727d8b6c..f05e58dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,8 @@ libwim_la_SOURCES = \ src/lzx.h \ src/modify.c \ src/mount.c \ + src/ntfs-apply.c \ + src/ntfs-capture.c \ src/resource.c \ src/security.c \ src/security.h \ @@ -86,7 +88,6 @@ dist_bin_SCRIPTS = programs/mkwinpeimg include_HEADERS = src/wimlib.h EXTRA_DIST = \ - COPYING.LIB \ build-aux/strip_fPIC.sh \ debian \ programs/install.cmd @@ -114,6 +115,8 @@ man1_MANS = \ $(man1_MANS): config.status -dist_check_SCRIPTS = tests/test-imagex +check_PROGRAMS = tests/ntfs-cmp +tests_ntfs_cmp_SOURCES = tests/ntfs-cmp.c +dist_check_SCRIPTS = tests/test-imagex tests/test-imagex-ntfs TESTS = $(dist_check_SCRIPTS)