]> 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 18:21:36 +0000 (18:21 +0000)
committerTed Lemon <source@isc.org>
Thu, 1 Jul 1999 18:21:36 +0000 (18:21 +0000)
server/Makefile.dist
site.conf

index 1ecf1ec8bcbe2148aec09c418119c3da6192b86a..87ccdd9fc27616850242308a89f44629267b1bbf 100644 (file)
@@ -25,7 +25,7 @@ PROG   = dhcpd
 MAN    = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5
 
 DEBUG  = -g
-INCLUDES = -I.. -I../includes
+INCLUDES = -I.. $(BINDINC) -I../includes
 DHCPLIB = ../common/libdhcp.a
 CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
 
index 6d6c89bdbd235c07900d74014efdddf255bae78c..6f240ee11b162413f54ad7ceb6823c616494ad2a 100644 (file)
--- a/site.conf
+++ b/site.conf
@@ -4,3 +4,4 @@
 # Uncomment the line below and make relevant adjustments for your local
 # configuration if you are going to use the Dynamic DNS update code.
 # BINDLIB = -L/usr/local/bind/lib -lbind
+# BINDINC = -I/usr/local/bind/include