From 6136b0a1be2e12ab3d4b1c2000a305a1e2464ec1 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 9 Jun 2015 09:39:27 +0200 Subject: [PATCH] add RT libs to testrunner since delaypipe now needs it --- pdns/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 2a51ea565b..5429a5dace 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1024,6 +1024,7 @@ testrunner_LDADD = \ $(POLARSSL_LIBS) \ $(BOOST_UNIT_TEST_FRAMEWORK_LIBS) \ $(BOOST_SERIALIZATION_LIBS) \ + $(RT_LIBS) \ $(LIBDL) if PKCS11 -- 2.47.2