]> wimlib.net Git - wimlib/blobdiff - Makefile.am
imagex-update.1.in: Minor fixes
[wimlib] / Makefile.am
index d75d065b303c0f09e6d835bd63767235d3b3dee1..0aede5918141e3e181bfcfa733c6f80c9565cbb2 100644 (file)
@@ -6,7 +6,7 @@ AM_CFLAGS       = -std=gnu99 -fno-strict-aliasing
 
 lib_LTLIBRARIES = libwim.la
 
-libwim_la_LDFLAGS = -version-info 6:0:0 $(WINDOWS_LDFLAGS)
+libwim_la_LDFLAGS = -version-info 7:0:0 $(WINDOWS_LDFLAGS)
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
@@ -107,9 +107,14 @@ imagex_SOURCES += programs/imagex-win32.c  \
                  programs/wgetopt.c            \
                  programs/wgetopt.h
 
-libwim_la_SOURCES += src/win32.c
+libwim_la_SOURCES += src/win32_common.c                \
+                    src/win32_apply.c          \
+                    src/win32_capture.c        \
+                    src/win32.h                \
+                    src/win32_common.h
 else
-libwim_la_SOURCES += src/unix_capture.c
+libwim_la_SOURCES += src/unix_apply.c          \
+                    src/unix_capture.c
 endif
 
 install-exec-hook:
@@ -174,7 +179,8 @@ check_PROGRAMS = tests/tree-cmp
 tests_tree_cmp_SOURCES = tests/tree-cmp.c
 
 dist_check_SCRIPTS = tests/test-imagex \
-                    tests/test-imagex-capture_and_apply
+                    tests/test-imagex-capture_and_apply \
+                    tests/test-imagex-update_and_extract
 
 if WITH_FUSE
 dist_check_SCRIPTS += tests/test-imagex-mount
@@ -185,7 +191,7 @@ dist_check_SCRIPTS += tests/test-imagex-ntfs
 endif
 
 if WINDOWS_NATIVE_BUILD
-# TODO: The tests need to be re-written for Windows builds.
+# Tests are run manually for Windows builds.
 TESTS =
 else
 TESTS = $(dist_check_SCRIPTS)