]> granicus.if.org Git - pdns/commitdiff
fix up ixplore compilation in travis (pkcs)
authorbert hubert <bert.hubert@netherlabs.nl>
Sat, 24 Oct 2015 08:30:51 +0000 (10:30 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Sat, 24 Oct 2015 08:30:51 +0000 (10:30 +0200)
pdns/Makefile.am

index b4bd4e31008027bc77a40e5ce702134898dc5742..01dcc57e8cad06c9bab36ef07aafd76b5ee941ef 100644 (file)
@@ -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 = \