X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=Makefile.am;h=ca3c1d3bf0e1552e4adb54fdee6a594130b66935;hp=b03208356142f5e3770a96918bcc2f8d90c9a75e;hb=c23493a5944b8a219083e82f3a1048b068e50b93;hpb=40beb80283a2df7af88c8359ca41adb814585e9a;ds=sidebyside diff --git a/Makefile.am b/Makefile.am index b0320835..ca3c1d3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,10 +7,11 @@ AM_CFLAGS = -std=gnu99 -D_LARGEFILE_SOURCE \ lib_LTLIBRARIES = libwim.la -libwim_la_LDFLAGS = -version-info 1:0:0 +libwim_la_LDFLAGS = -version-info 4:0:2 $(CYGWIN_EXTRA_LDFLAGS) libwim_la_SOURCES = \ src/add_image.c \ + src/buffer_io.h \ src/compress.c \ src/compress.h \ src/decompress.c \ @@ -18,13 +19,13 @@ libwim_la_SOURCES = \ src/delete_image.c \ src/dentry.c \ src/dentry.h \ + src/encoding.c \ src/endianness.h \ src/export_image.c \ src/extract_image.c \ src/hardlink.c \ src/header.c \ src/integrity.c \ - src/io.h \ src/join.c \ src/list.h \ src/lookup_table.c \ @@ -34,11 +35,11 @@ libwim_la_SOURCES = \ src/lzx-compress.c \ src/lzx-decompress.c \ src/lzx.h \ + src/metadata_resource.c \ src/mount_image.c \ src/resource.c \ src/rbtree.c \ src/rbtree.h \ - src/rbtree_augmented.h \ src/security.c \ src/security.h \ src/sha1.c \ @@ -48,9 +49,11 @@ libwim_la_SOURCES = \ src/timestamp.h \ src/util.c \ src/util.h \ + src/verify.c \ src/wim.c \ src/wimlib.h \ src/wimlib_internal.h \ + src/win32.c \ src/write.c \ src/xml.c \ src/xml.h \ @@ -84,7 +87,7 @@ libwim_la_LIBADD = \ libwim_la_CFLAGS = \ $(AM_CFLAGS) \ - -fvisibility=hidden \ + $(VISIBILITY_CFLAGS) \ $(LIBXML2_CFLAGS) \ $(LIBFUSE_CFLAGS) \ $(LIBNTFS_3G_CFLAGS) \ @@ -104,6 +107,7 @@ EXTRA_DIST = \ archlinux \ debian \ rpm \ + README.WINDOWS \ programs/install.cmd \ programs/wimapply.c \ tests/common_tests.sh \