From: Mark Wooding Date: Sun, 15 May 2016 11:30:27 +0000 (+0100) Subject: Makefile.am: Say `-no-undefined' to libtool for the sake of Cygwin. X-Git-Tag: 2.2.2~9 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/90db641cb8c65c8292e7fe7b78dde29302693dd2 Makefile.am: Say `-no-undefined' to libtool for the sake of Cygwin. --- diff --git a/Makefile.am b/Makefile.am index 777a39dd..a2ae4332 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,8 @@ SUBDIRS = ### The main library. lib_LTLIBRARIES = libcatacomb.la -libcatacomb_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO) +libcatacomb_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO) \ + -no-undefined libcatacomb_la_LIBADD = $(MATHLIBS) $(mLib_LIBS) libcatacomb_la_SOURCES =