X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=Makefile.am;h=727d8b6c5f1351bd885c1155703adddb136b9aeb;hb=c1b8c30d561d369889ff1b37d65748cada8d7325;hp=58d2367130704945d42556c53a669dd9e3a49ce4;hpb=5577584b8a50baa958f832ddb9418986e3e38847;p=wimlib diff --git a/Makefile.am b/Makefile.am index 58d23671..727d8b6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,10 +16,12 @@ libwim_la_SOURCES = \ src/dentry.h \ src/endianness.h \ src/extract.c \ + src/hardlink.c \ src/header.c \ src/integrity.c \ src/io.h \ src/join.c \ + src/list.h \ src/lookup_table.c \ src/lookup_table.h \ src/lz.c \ @@ -35,6 +37,7 @@ libwim_la_SOURCES = \ src/sha1.c \ src/sha1.h \ src/split.c \ + src/symlink.c \ src/timestamp.h \ src/util.c \ src/util.h \ @@ -60,6 +63,7 @@ sha1-ssse3.lo:src/sha1-ssse3.asm libwim_la_LIBADD = \ $(LIBXML2_LDADD) \ $(LIBFUSE_LDADD) \ + $(LIBNTFS_3G_LDADD) \ $(LTLIBICONV) \ $(LIBCRYPTO_LDADD) \ $(SSSE3_SHA1_OBJ) @@ -69,6 +73,7 @@ libwim_la_CFLAGS = \ -fvisibility=hidden \ $(LIBXML2_CFLAGS) \ $(LIBFUSE_CFLAGS) \ + $(LIBNTFS_3G_CFLAGS) \ $(LIBCRYPTO_CFLAGS) @@ -84,9 +89,7 @@ EXTRA_DIST = \ COPYING.LIB \ build-aux/strip_fPIC.sh \ debian \ - programs/install.cmd \ - tests/dir \ - tests/dir2 + programs/install.cmd pkgconfigdir = @pkgconfigdir@ pkgconfig_DATA = wimlib.pc