]> wimlib.net Git - wimlib/blobdiff - Makefile.am
Win32 fixes
[wimlib] / Makefile.am
index 9f4556227e236341150d2b040fcc36aac2fa9e52..84360b3a8629996864a1e9224dfb75880fa04559 100644 (file)
@@ -53,6 +53,7 @@ libwim_la_SOURCES =           \
        src/wim.c               \
        src/wimlib.h            \
        src/wimlib_internal.h   \
+       src/win32.c             \
        src/write.c             \
        src/xml.c               \
        src/xml.h               \
@@ -106,6 +107,7 @@ EXTRA_DIST =                                        \
        archlinux                               \
        debian                                  \
        rpm                                     \
+       README.WINDOWS                          \
        programs/install.cmd                    \
        programs/wimapply.c                     \
        tests/common_tests.sh                   \
@@ -153,5 +155,13 @@ if WITH_NTFS_3G
 dist_check_SCRIPTS += tests/test-imagex-ntfs
 endif
 
+if WINDOWS_BUILD
+TESTS =
+else
+# TODO: The tests need to be re-written for Windows builds.  One issue (that
+# applies to both test-imagex and test-imagex-capture_and_apply.) is that
+# Cygwin's 'ln -s' will create some sort of regular file with special contents
+# rather than a reparse point.
 TESTS = $(dist_check_SCRIPTS)
+endif