2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00

Get BIND includes from site.conf if needed.

This commit is contained in:
Ted Lemon
1999-07-01 18:21:36 +00:00
parent 334f243201
commit 692b58bdce
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ PROG = dhcpd
MAN = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5 MAN = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5
DEBUG = -g DEBUG = -g
INCLUDES = -I.. -I../includes INCLUDES = -I.. $(BINDINC) -I../includes
DHCPLIB = ../common/libdhcp.a DHCPLIB = ../common/libdhcp.a
CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)

View File

@@ -4,3 +4,4 @@
# Uncomment the line below and make relevant adjustments for your local # Uncomment the line below and make relevant adjustments for your local
# configuration if you are going to use the Dynamic DNS update code. # configuration if you are going to use the Dynamic DNS update code.
# BINDLIB = -L/usr/local/bind/lib -lbind # BINDLIB = -L/usr/local/bind/lib -lbind
# BINDINC = -I/usr/local/bind/include