From: bert hubert Date: Sat, 24 Oct 2015 08:30:51 +0000 (+0200) Subject: fix up ixplore compilation in travis (pkcs) X-Git-Tag: dnsdist-1.0.0-alpha1~252^2~6^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51465d0082a6ecdb24106ad6d08eb25aa6b53396;p=thirdparty%2Fpdns.git fix up ixplore compilation in travis (pkcs) --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index b4bd4e3100..01dcc57e8c 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 = \