mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
fix include path for out of source tree build
This commit is contained in:
parent
8058292627
commit
03296893bc
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ top_srcdir = @top_srcdir@
|
|||
CINCLUDES = -I${srcdir}/include -I../dns/include \
|
||||
${DNS_INCLUDES} ${ISC_INCLUDES} \
|
||||
-I${top_srcdir}/lib/irs/include \
|
||||
-I../../irs/include
|
||||
-I../../lib/irs/include
|
||||
|
||||
CDEFINES = -DVERSION=\"${VERSION}\" -DSYSCONFDIR=\"${sysconfdir}\"
|
||||
CWARNINGS =
|
||||
|
|
|
|||
Loading…
Reference in a new issue