]> wimlib.net Git - wimlib/blobdiff - Makefile.am
Add wimapply.c (not compiled by default)
[wimlib] / Makefile.am
index 1835be1cc9f704580ce9f8d9e6e1a53617d0a150..da603f2154372dea6e82d14b4807c4471d13452f 100644 (file)
@@ -33,8 +33,6 @@ libwim_la_SOURCES =           \
        src/lzx.h               \
        src/modify.c            \
        src/mount.c             \
-       src/ntfs-apply.c        \
-       src/ntfs-capture.c      \
        src/resource.c          \
        src/rbtree.c            \
        src/rbtree.h            \
@@ -58,6 +56,12 @@ libwim_la_SOURCES =          \
        src/xpress-decomp.c     \
        src/xpress.h
 
+if WITH_NTFS_3G
+libwim_la_SOURCES += src/ntfs-apply.c  \
+                    src/ntfs-capture.c
+endif
+
+
 EXTRA_libwim_la_SOURCES = src/sha1-ssse3.asm
 libwim_la_DEPENDENCIES = $(SSSE3_SHA1_OBJ)
 STRIP_FPIC = sh $(top_srcdir)/build-aux/strip_fPIC.sh
@@ -99,7 +103,9 @@ EXTRA_DIST =                                 \
        debian                                  \
        rpm                                     \
        programs/install.cmd                    \
+       programs/wimapply.c                     \
        tests/common_tests.sh                   \
+       tests/tests-common.sh                   \
        tests/security_descriptor_1.base64      \
        tests/security_descriptor_1.bin         \
        tests/security_descriptor_2.base64      \