From 91096e0806864465803e881d06dcec719a50e8a2 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Tue, 14 Oct 2014 20:12:24 +0200 Subject: [PATCH] Always link libtestremotebackend with -ld Not only when PKCS11 is enabled --- modules/remotebackend/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/remotebackend/Makefile.am b/modules/remotebackend/Makefile.am index fe1b08636b..a519f12cf2 100644 --- a/modules/remotebackend/Makefile.am +++ b/modules/remotebackend/Makefile.am @@ -109,7 +109,8 @@ libtestremotebackend_la_LIBADD = \ $(POLARSSL_LIBS) \ $(BOOST_UNIT_TEST_FRAMEWORK_LIBS) \ $(BOOST_SERIALIZATION_LIBS) \ - $(BOOST_PROGRAM_OPTIONS_LIBS) + $(BOOST_PROGRAM_OPTIONS_LIBS) \ + $(LIBDL) libtestremotebackend_la_LDFLAGS = \ $(AM_LDFLAGS) \ @@ -125,8 +126,7 @@ libtestremotebackend_la_SOURCES += \ ../../pdns/pkcs11signers.cc libtestremotebackend_la_LIBADD += \ - $(P11KIT1_LIBS) \ - $(LIBDL) + $(P11KIT1_LIBS) libtestremotebackend_la_CPPFLAGS += \ $(P11KIT1_CFLAGS) -- 2.47.2