X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=Makefile.am;h=da603f2154372dea6e82d14b4807c4471d13452f;hp=035eda4c04d64ebb83bc0773a46277d39fe80432;hb=898851a391ba076ddfef94113f222274f89f74c8;hpb=9f6a1409c765f07fc4c030d1428461b38898b2bd diff --git a/Makefile.am b/Makefile.am index 035eda4c..da603f21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,8 @@ AM_CFLAGS = -std=gnu99 -D_LARGEFILE_SOURCE \ lib_LTLIBRARIES = libwim.la +libwim_la_LDFLAGS = -version-info 1:0:0 + libwim_la_SOURCES = \ src/comp.c \ src/comp.h \ @@ -31,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 \ @@ -56,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 @@ -97,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 \ @@ -120,6 +128,7 @@ man1_MANS = \ doc/imagex-join.1 \ doc/imagex-mount.1 \ doc/imagex-mountrw.1 \ + doc/imagex-optimize.1 \ doc/imagex-split.1 \ doc/imagex-unmount.1 \ doc/mkwinpeimg.1