mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 18:30:00 -04:00
missing include path elements
This commit is contained in:
parent
3743cbeb3c
commit
abbade6bd1
2 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ export_srcdir = @top_srcdir@/lib/export
|
|||
CINCLUDES = -I${srcdir}/unix/include \
|
||||
-I${srcdir}/@ISC_THREAD_DIR@/include \
|
||||
-I${srcdir}/@ISC_ARCH_DIR@/include \
|
||||
-Iinclude \
|
||||
-I../../isc/include \
|
||||
-I${export_srcdir}/isc/include -I${srcdir}/include \
|
||||
@ISC_OPENSSL_INC@
|
||||
CDEFINES = @USE_OPENSSL@ -DUSE_APPIMPREGISTER -DUSE_MEMIMPREGISTER \
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ CINCLUDES = -I${srcdir}/include \
|
|||
-I${srcdir}/../@ISC_THREAD_DIR@/include \
|
||||
-I${export_srcdir}/isc/include \
|
||||
-I../include \
|
||||
-I../../../isc/include \
|
||||
-I${srcdir}/../include \
|
||||
-I${srcdir}/..
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue