X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=Makefile.am;h=5bcf8c1fc415843a069d9907883c5999200bafc3;hb=00b7886e84f81cf10d3adc3ab4594ea9ff5d7fc0;hp=1835be1cc9f704580ce9f8d9e6e1a53617d0a150;hpb=12f851cd2fbd19c6b9d5358756d4b7c0a9944b92;p=wimlib diff --git a/Makefile.am b/Makefile.am index 1835be1c..5bcf8c1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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