X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=Makefile.am;h=d2d04ea791b0d2fdfe57886a5b7c24ea16fd26dc;hp=69c360ab8062fc700f1cb4dd2100204da136840a;hb=29a09c1a5c20e1b04cc11ef24f5863bf8db7796c;hpb=a74b18bea7d988a718da91143b6a1374736bb1a9 diff --git a/Makefile.am b/Makefile.am index 69c360ab..d2d04ea7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -125,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)