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 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 577c060..3c0aa18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,9 +3,11 @@ ACLOCAL_AMFLAGS = -I m4 AM_CPPFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE AM_CFLAGS = $(WARN_CFLAGS) +noinst_LTLIBRARIES = noinst_LIBRARIES = noinst_PROGRAMS = bin_PROGRAMS = +lib_LTLIBRARIES = dist_man1_MANS = check_PROGRAMS = -- cgit v1.2.3