X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=Makefile.am;h=69c360ab8062fc700f1cb4dd2100204da136840a;hp=727d8b6c5f1351bd885c1155703adddb136b9aeb;hb=48967979a46cff063fc94308fe50553d48602454;hpb=038eaccece575d04de8d647bb93773b7f3e38ce4 diff --git a/Makefile.am b/Makefile.am index 727d8b6c..69c360ab 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 \ @@ -85,11 +87,15 @@ dist_bin_SCRIPTS = programs/mkwinpeimg include_HEADERS = src/wimlib.h -EXTRA_DIST = \ - COPYING.LIB \ - build-aux/strip_fPIC.sh \ - debian \ - programs/install.cmd +EXTRA_DIST = \ + build-aux/strip_fPIC.sh \ + debian \ + programs/install.cmd \ + tests/common_tests.sh \ + tests/security_descriptor_1.base64 \ + tests/security_descriptor_1.bin \ + tests/security_descriptor_2.base64 \ + tests/security_descriptor_2.bin pkgconfigdir = @pkgconfigdir@ pkgconfig_DATA = wimlib.pc @@ -114,6 +120,13 @@ man1_MANS = \ $(man1_MANS): config.status -dist_check_SCRIPTS = tests/test-imagex +check_PROGRAMS = tests/tree-cmp +tests_tree_cmp_SOURCES = tests/tree-cmp.c + +dist_check_SCRIPTS = tests/test-imagex \ + tests/test-imagex-mount \ + tests/test-imagex-capture_and_apply \ + tests/test-imagex-ntfs + TESTS = $(dist_check_SCRIPTS)