X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=Makefile.am;h=f05e58ddd4898eff7d5d1f80ef5f8af6593d270e;hb=cbaca94ca219aae5ae32a1f083659e1fa421f676;hp=a34bc9a2fac22482555e34523b8e9097caaf6824;hpb=ab45bbee86cf7b0e4a66931f83da1add77c112b5;p=wimlib diff --git a/Makefile.am b/Makefile.am index a34bc9a2..f05e58dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,10 +16,12 @@ libwim_la_SOURCES = \ src/dentry.h \ src/endianness.h \ src/extract.c \ + src/hardlink.c \ src/header.c \ src/integrity.c \ src/io.h \ src/join.c \ + src/list.h \ src/lookup_table.c \ src/lookup_table.h \ src/lz.c \ @@ -29,12 +31,15 @@ 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 \ src/sha1.c \ src/sha1.h \ src/split.c \ + src/symlink.c \ src/timestamp.h \ src/util.c \ src/util.h \ @@ -83,12 +88,9 @@ dist_bin_SCRIPTS = programs/mkwinpeimg include_HEADERS = src/wimlib.h EXTRA_DIST = \ - COPYING.LIB \ build-aux/strip_fPIC.sh \ debian \ - programs/install.cmd \ - tests/dir \ - tests/dir2 + programs/install.cmd pkgconfigdir = @pkgconfigdir@ pkgconfig_DATA = wimlib.pc @@ -113,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)