]> granicus.if.org Git - pdns/commitdiff
include PKCS11 in toysdig. You know, when you need to validate with keys in your...
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 18 Nov 2015 22:04:18 +0000 (23:04 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 18 Nov 2015 22:04:18 +0000 (23:04 +0100)
pdns/Makefile.am

index 20983d984d5c3810ea53e65f054dae7509dd3fc7..2ccd6c19b36e260ae350d8b5960622afab7cb32b 100644 (file)
@@ -716,6 +716,11 @@ toysdig_SOURCES += botan110signers.cc botansigners.cc
 toysdig_LDADD += $(BOTAN110_LIBS)
 endif
 
+if PKCS11
+toysdig_SOURCES += pkcs11signers.cc pkcs11signers.hh
+toysdig_LDADD += $(P11KIT1_LIBS)
+endif
+
 
 tsig_tests_SOURCES = \
        arguments.cc \