]> wimlib.net Git - wimlib/blobdiff - Makefile.am
Run NTFS tests when --without-ntfs-3g
[wimlib] / Makefile.am
index 2e18838653097e6db609af10248f22a2c3e244d2..d2d04ea791b0d2fdfe57886a5b7c24ea16fd26dc 100644 (file)
@@ -87,11 +87,15 @@ dist_bin_SCRIPTS = programs/mkwinpeimg
 
 include_HEADERS = src/wimlib.h
 
-EXTRA_DIST =                   \
-       build-aux/strip_fPIC.sh \
-       debian                  \
-       programs/install.cmd
-       tests/common_tests.sh
+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
@@ -121,8 +125,11 @@ 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/test-imagex-capture_and_apply
+
+if WITH_NTFS_3G
+dist_check_SCRIPTS += tests/test-imagex-ntfs
+endif
 
 TESTS = $(dist_check_SCRIPTS)