Enforce usage of OpenSSL or PKCS#11 library in platform.h header

This commit is contained in:
Ondřej Surý
2018-05-11 13:39:42 +02:00
committed by Evan Hunt
parent cb578fae92
commit 23c1f7e506
20 changed files with 34 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ VERSION=@BIND9_VERSION@
@BIND9_MAKE_INCLUDES@
CINCLUDES = -I. -Iinclude -I../include ${ISC_INCLUDES} ${IRS_INCLUDES}
CDEFINES = -DTESTS="\"${top_builddir}/lib/irs/tests/\""
CDEFINES = -DTESTS="\"${top_builddir}/lib/irs/tests/\"" @CRYPTO@
CFGLIBS = ../../isccfg/libisccfg.@A@
CFGDEPLIBS = ../../isccfg/libisccfg.@A@