]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] fix out of tree build error
authorEvan Hunt <each@isc.org>
Mon, 17 Apr 2017 21:31:44 +0000 (14:31 -0700)
committerEvan Hunt <each@isc.org>
Mon, 17 Apr 2017 21:31:44 +0000 (14:31 -0700)
lib/irs/tests/Makefile.in

index c854014e7e2e94e237c1ab697fd52bb799600ac4..41f439e97dea1fe39a7e440007b9fca19e06cd90 100644 (file)
@@ -18,7 +18,7 @@ VERSION=@BIND9_VERSION@
 
 @BIND9_MAKE_INCLUDES@
 
-CINCLUDES =    -I. -Iinclude -I../include ${ISC_INCLUDES}
+CINCLUDES =    -I. -Iinclude -I../include ${ISC_INCLUDES} ${IRS_INCLUDES}
 CDEFINES =     -DTESTS="\"${top_builddir}/lib/irs/tests/\""
 
 CFGLIBS =      ../../isccfg/libisccfg.@A@