]> wimlib.net Git - wimlib/blobdiff - Makefile.am
rebuild_wim(): Fix possible problem with fd closing
[wimlib] / Makefile.am
index d2d04ea791b0d2fdfe57886a5b7c24ea16fd26dc..3f04be86da1402247e3721e7f9706fbb2c849add 100644 (file)
@@ -34,6 +34,9 @@ libwim_la_SOURCES =           \
        src/ntfs-apply.c        \
        src/ntfs-capture.c      \
        src/resource.c          \
+       src/rbtree.c            \
+       src/rbtree.h            \
+       src/rbtree_augmented.h  \
        src/security.c          \
        src/security.h          \
        src/sha1.c              \
@@ -89,7 +92,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 +128,13 @@ $(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                    \
+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