Makefile.am: Link the main library with $(MLIB_LIBS).
authorMark Wooding <mdw@distorted.org.uk>
Wed, 12 Dec 2018 18:54:31 +0000 (18:54 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 12 Dec 2018 21:53:57 +0000 (21:53 +0000)
Otherwise we miss out `-ladns' and there is sadness.  I have no idea why
this has only become a problem just now.

Makefile.am

index 5b3ddba..c25344a 100644 (file)
@@ -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.