From 77372e9e24bc2cc116cfe64b4ec5b2159198a791 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 16 Dec 2020 11:04:43 +1100 Subject: [PATCH] Handle shared library platforms that don't support inter library dependancies --- bin/tools/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tools/Makefile.am b/bin/tools/Makefile.am index 0c0f18b0b2..ff9bef39e9 100644 --- a/bin/tools/Makefile.am +++ b/bin/tools/Makefile.am @@ -24,6 +24,7 @@ mdig_CPPFLAGS = \ mdig_LDADD = \ $(LIBBIND9_LIBS) \ + $(LIBISCCFG_LIBS) \ $(LIBDNS_LIBS) \ $(LIBISC_LIBS)