From d908fe4e69dc7ff028f1b903d9af777fa13fffbc Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 12 Dec 2018 18:54:31 +0000 Subject: [PATCH] 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0