From 51465d0082a6ecdb24106ad6d08eb25aa6b53396 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sat, 24 Oct 2015 10:30:51 +0200 Subject: [PATCH] fix up ixplore compilation in travis (pkcs) --- pdns/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index b4bd4e310..01dcc57e8 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -595,6 +595,14 @@ ixplore_SOURCES = \ ixplore_LDADD = $(MBEDTLS_LIBS) +if PKCS11 +ixplore_SOURCES += pkcs11signers.cc pkcs11signers.hh +ixplore_LDADD += $(P11KIT1_LIBS) +endif + +if GSS_TSIG +ixplore_LDADD += $(GSS_LIBS) +endif dnstcpbench_SOURCES = \ -- 2.40.0