diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-31 17:46:19 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-31 20:33:41 +0200 |
commit | 3b43f166629efbb34e1b0ceeaa2f06452d0fed2f (patch) | |
tree | 0ddd9e915c206027a20f6f647c4e3a7519d862ca /unpack/Makemodule.am | |
parent | 2ac43d981859bda063e7067371c1cf246c7f81b0 (diff) |
Turn libsquashfs.a into a shared library
This of course entails turning the entire project over to libtool magic.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'unpack/Makemodule.am')
-rw-r--r-- | unpack/Makemodule.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unpack/Makemodule.am b/unpack/Makemodule.am index 0fd20f4..b60292d 100644 --- a/unpack/Makemodule.am +++ b/unpack/Makemodule.am @@ -2,7 +2,6 @@ rdsquashfs_SOURCES = unpack/rdsquashfs.c unpack/rdsquashfs.h rdsquashfs_SOURCES += unpack/list_files.c unpack/options.c rdsquashfs_SOURCES += unpack/restore_fstree.c unpack/describe.c rdsquashfs_SOURCES += unpack/fill_files.c -rdsquashfs_LDADD = libsqfshelper.a libsquashfs.a libfstree.a libutil.a -rdsquashfs_LDADD += $(XZ_LIBS) $(ZLIB_LIBS) $(LZO_LIBS) $(LZ4_LIBS) $(ZSTD_LIBS) +rdsquashfs_LDADD = libsqfshelper.a libsquashfs.la libfstree.a libutil.la bin_PROGRAMS += rdsquashfs |