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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,7 @@ .deps .dirstamp .gdb_history +.libs Makefile Makefile.in aclocal.m4 @@ -16,6 +17,8 @@ missing stamp-h1 config.* *.o +*.lo +*.la *.a *~ gensquashfs @@ -28,3 +31,7 @@ fstree_fuzz test_* test-* fscompare +libtool +ltmain.sh +m4/libtool.m4 +m4/lt*.m4 |