From: Ted Lemon Date: Thu, 1 Jul 1999 20:18:22 +0000 (+0000) Subject: Get BIND includes from site.conf if needed. X-Git-Tag: V3-BETA-1-PATCH-0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7c4a5de3a79ef391dfce21f1c160726cab46609;p=thirdparty%2Fdhcp.git Get BIND includes from site.conf if needed. --- diff --git a/common/Makefile.dist b/common/Makefile.dist index 85eee9366..1411d3ef1 100644 --- a/common/Makefile.dist +++ b/common/Makefile.dist @@ -30,7 +30,7 @@ OBJ = raw.o parse.o nit.o icmp.o dispatch.o conflex.o upf.o bpf.o socket.o \ MAN = dhcp-options.5 dhcp-contrib.5 dhcp-eval.5 DEBUG = -g -INCLUDES = -I.. -I/usr/local/bind/include -I../includes +INCLUDES = -I.. $(BINDINC) -I../includes CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) all: libdhcp.a $(CATMANPAGES)