From: Aki Tuomi Date: Tue, 20 May 2025 05:43:13 +0000 (+0300) Subject: lib-dns-client: test-dns-lookup - Add DLLIB for dlopen() X-Git-Tag: 2.4.2~765 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac790a353e307c36838830dfa5708191caa505b2;p=thirdparty%2Fdovecot%2Fcore.git lib-dns-client: test-dns-lookup - Add DLLIB for dlopen() --- diff --git a/src/lib-dns-client/Makefile.am b/src/lib-dns-client/Makefile.am index ee27398d15..c16b3d8b57 100644 --- a/src/lib-dns-client/Makefile.am +++ b/src/lib-dns-client/Makefile.am @@ -30,7 +30,7 @@ test_libs = \ ../lib/liblib.la test_dns_lookup_SOURCES = test-dns-lookup.c -test_dns_lookup_LDADD = $(test_libs) +test_dns_lookup_LDADD = $(test_libs) $(DLLIB) check-local: for bin in $(test_programs); do \