From: Ted Lemon Date: Thu, 1 Jul 1999 18:21:36 +0000 (+0000) Subject: Get BIND includes from site.conf if needed. X-Git-Tag: V3-BETA-1-PATCH-0~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=692b58bdce49b55de26fb6feb5020af8e0d3b86d;p=thirdparty%2Fdhcp.git Get BIND includes from site.conf if needed. --- diff --git a/server/Makefile.dist b/server/Makefile.dist index 1ecf1ec8b..87ccdd9fc 100644 --- a/server/Makefile.dist +++ b/server/Makefile.dist @@ -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) diff --git a/site.conf b/site.conf index 6d6c89bdb..6f240ee11 100644 --- 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