]> wimlib.net Git - wimlib/blobdiff - Makefile.am
Fix man page reference in README
[wimlib] / Makefile.am
index 69c360ab8062fc700f1cb4dd2100204da136840a..3ca49aa3fef701d947d91d1fbb3462e2921d0034 100644 (file)
@@ -89,7 +89,9 @@ include_HEADERS = src/wimlib.h
 
 EXTRA_DIST =                                   \
        build-aux/strip_fPIC.sh                 \
+       archlinux                               \
        debian                                  \
+       rpm                                     \
        programs/install.cmd                    \
        tests/common_tests.sh                   \
        tests/security_descriptor_1.base64      \
@@ -123,10 +125,16 @@ $(man1_MANS): config.status
 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
+dist_check_SCRIPTS = tests/test-imagex \
+                    tests/test-imagex-capture_and_apply
+
+if WITH_FUSE
+dist_check_SCRIPTS += tests/test-imagex-mount
+endif
+
+if WITH_NTFS_3G
+dist_check_SCRIPTS += tests/test-imagex-ntfs
+endif
 
 TESTS = $(dist_check_SCRIPTS)