]> wimlib.net Git - wimlib/blobdiff - Makefile.am
Makefile.am: Fix EXTRA_DIST
[wimlib] / Makefile.am
index 4cf31bf9419a300f7eb66e73ba23fab98f5d6df9..15b6eacccee5677830fe4d0ec2c43cd42ff67404 100644 (file)
@@ -15,7 +15,7 @@ endif
 
 lib_LTLIBRARIES = libwim.la
 
-libwim_la_LDFLAGS = -version-info 9:0:0 $(WINDOWS_LDFLAGS)
+libwim_la_LDFLAGS = -version-info 11:0:2 $(WINDOWS_LDFLAGS)
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
@@ -34,6 +34,11 @@ libwim_la_SOURCES =          \
        src/join.c              \
        src/lookup_table.c      \
        src/lz77.c              \
+       src/divsufsort/divsufsort.c             \
+       src/divsufsort/divsufsort.h             \
+       src/divsufsort/divsufsort_private.h     \
+       src/divsufsort/sssort.c \
+       src/divsufsort/trsort.c \
        src/lzx-common.c        \
        src/lzx-compress.c      \
        src/lzx-decompress.c    \
@@ -45,7 +50,6 @@ libwim_la_SOURCES =           \
        src/security.c          \
        src/sha1.c              \
        src/split.c             \
-       src/swm.c               \
        src/reparse.c           \
        src/timestamp.c         \
        src/update_image.c      \
@@ -68,6 +72,7 @@ libwim_la_SOURCES =           \
        include/wimlib/endianness.h     \
        include/wimlib/error.h          \
        include/wimlib/file_io.h        \
+       include/wimlib/glob.h           \
        include/wimlib/header.h         \
        include/wimlib/integrity.h      \
        include/wimlib/list.h           \
@@ -79,8 +84,8 @@ libwim_la_SOURCES =           \
        include/wimlib/reparse.h        \
        include/wimlib/resource.h       \
        include/wimlib/security.h       \
+       include/wimlib/security_descriptor.h    \
        include/wimlib/sha1.h           \
-       include/wimlib/swm.h            \
        include/wimlib/timestamp.h      \
        include/wimlib/types.h          \
        include/wimlib/util.h           \
@@ -186,8 +191,8 @@ install-data-hook:
 
 uninstall-hook:
        if [ "@IMAGEX_PROGNAME@" != imagex ]; then              \
-               rm -f $(DESTDIR)$(bindir)/"@IMAGEX_PROGNAME@"   \
-               rm -f $(DESTDIR)$(bindir)/imagex                \
+               rm -f $(DESTDIR)$(bindir)/"@IMAGEX_PROGNAME@";  \
+               rm -f $(DESTDIR)$(bindir)/imagex;               \
        fi
        for cmd in $(imagex_cmds); do                           \
                rm -f $(DESTDIR)$(bindir)/wim$${cmd};           \
@@ -208,8 +213,6 @@ EXTRA_DIST =                                        \
        rpm                                     \
        examples                                \
        README.WINDOWS                          \
-       programs/install.cmd                    \
-       programs/wimapply.c                     \
        tests/common_tests.sh                   \
        tests/tests-common.sh                   \
        tests/security_descriptor_1.base64      \