]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Get BIND includes from site.conf if needed.
authorTed Lemon <source@isc.org>
Thu, 1 Jul 1999 19:29:20 +0000 (19:29 +0000)
committerTed Lemon <source@isc.org>
Thu, 1 Jul 1999 19:29:20 +0000 (19:29 +0000)
relay/Makefile.dist

index d9e9478ad926edc15477cf8850f7ef4efbca9db2..f1ea16c236f88082f06dd6ac831508f380171a70 100644 (file)
@@ -25,7 +25,7 @@ PROG   = dhcrelay
 MAN    = dhcrelay.8
 
 DEBUG  = -g
-INCLUDES = -I.. -I../includes
+INCLUDES = -I.. $(BINDINC) -I../includes
 DHCPLIB = ../common/libdhcp.a
 CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)