mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
add iscpk11 dep in lwresd system test
This commit is contained in:
parent
d1ca4caece
commit
6080262ffe
@ -23,20 +23,22 @@ top_srcdir = @top_srcdir@
|
||||
|
||||
@BIND9_MAKE_INCLUDES@
|
||||
|
||||
CINCLUDES = ${LWRES_INCLUDES} ${ISC_INCLUDES}
|
||||
CINCLUDES = ${LWRES_INCLUDES} ${ISC_INCLUDES} ${ISCPK11_INCLUDES}
|
||||
|
||||
CDEFINES =
|
||||
CWARNINGS =
|
||||
|
||||
LWRESLIBS = ../../../../lib/lwres/liblwres.@A@
|
||||
ISCLIBS = ../../../../lib/isc/libisc.@A@
|
||||
ISCPK11LIBS = ../../../../lib/iscpk11/libiscpk11.@A@
|
||||
|
||||
LWRESDEPLIBS = ../../../../lib/lwres/liblwres.@A@
|
||||
ISCDEPLIBS = ../../../../lib/isc/libisc.@A@
|
||||
ISCPK11DEPLIBS = ../../../../lib/iscpk11/libiscpk11.@A@
|
||||
|
||||
DEPLIBS = ${LWRESDEPLIBS} ${ISCDEPLIBS}
|
||||
DEPLIBS = ${LWRESDEPLIBS} ${ISCDEPLIBS} ${ISCPK11DEPLIBS}
|
||||
|
||||
LIBS = ${LWRESLIBS} ${ISCLIBS} @LIBS@
|
||||
LIBS = ${LWRESLIBS} ${ISCLIBS} ${ISCPK11LIBS} @LIBS@
|
||||
|
||||
TARGETS = lwtest@EXEEXT@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user