From 1302ddb04222246922c587e2d1a7af5665ad122c Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sun, 25 Oct 2015 20:06:42 +0100 Subject: [PATCH] add pkcs11 stuff to recursor --- pdns/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index b90559622..7cf651454 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -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 -- 2.40.0