summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-10-11 13:01:24 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-10-11 13:03:18 +0200
commit908449e1d50404278eb961ec8470781f1ba2deda (patch)
tree4e5e53ff4fd63575e048d586ae495bebee1f6429 /configure.ac
parenta2a24daa63f933247564ac5ff19e2f7e1fd24e81 (diff)
Add the required libtool magic to build a Windows DLL
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 96aafab..0bf09ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT([squashfs-tools-ng], [0.7], [goliath@infraroot.at], squashfs-tools-ng)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects])
AM_SILENT_RULES([yes])
-LT_INIT
+LT_INIT([win32-dll])
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_INSTALL