]> granicus.if.org Git - pdns/commitdiff
add pkcs11 stuff to recursor
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 25 Oct 2015 19:06:42 +0000 (20:06 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 25 Oct 2015 19:06:42 +0000 (20:06 +0100)
pdns/Makefile.am

index b90559622c90220de340dcc5cbd0d4bb0249c465..7cf651454a09476c7c3135d298a11ba5803dec1e 100644 (file)
@@ -1159,6 +1159,12 @@ pdns_recursor_LDADD = \
        $(MBEDTLS_LIBS) \
        $(YAHTTP_LIBS)
 
+if PKCS11
+pdns_recursor_SOURCES += pkcs11signers.cc pkcs11signers.hh
+pdns_recursor_LDADD += $(P11KIT1_LIBS)
+endif
+
+
 if LUA
 pdns_recursor_LDADD += $(LUA_LIBS)
 endif