From 3b43f166629efbb34e1b0ceeaa2f06452d0fed2f Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 31 Aug 2019 17:46:19 +0200 Subject: Turn libsquashfs.a into a shared library This of course entails turning the entire project over to libtool magic. Signed-off-by: David Oberhollenzer --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f214ad1..ce80dd9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3