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:
@@ -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)
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user