From: Mark Wooding Date: Wed, 12 Dec 2018 18:54:31 +0000 (+0000) Subject: Makefile.am: Link the main library with $(MLIB_LIBS). X-Git-Tag: 2.3.3~4 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/commitdiff_plain/d908fe4e69dc7ff028f1b903d9af777fa13fffbc?ds=sidebyside Makefile.am: Link the main library with $(MLIB_LIBS). Otherwise we miss out `-ladns' and there is sadness. I have no idea why this has only become a problem just now. --- diff --git a/Makefile.am b/Makefile.am index 5b3ddba..c25344a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ lib_LTLIBRARIES = libmLib.la libmLib_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO) \ -no-undefined libmLib_la_SOURCES = -libmLib_la_LIBADD = +libmLib_la_LIBADD = $(MLIB_LIBS) ###-------------------------------------------------------------------------- ### Package-configuration file.