mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 13:28:14 +00:00
Use OMAPI library.
This commit is contained in:
parent
5a8e13c6ca
commit
01c56652eb
@ -26,7 +26,7 @@ MAN = dhcrelay.8
|
|||||||
|
|
||||||
DEBUG = -g
|
DEBUG = -g
|
||||||
INCLUDES = -I.. $(BINDINC) -I../includes
|
INCLUDES = -I.. $(BINDINC) -I../includes
|
||||||
DHCPLIB = ../common/libdhcp.a
|
DHCPLIB = ../common/libdhcp.a ../omapip/libomapi.a
|
||||||
CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
|
CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
|
||||||
|
|
||||||
all: $(PROG) $(CATMANPAGES)
|
all: $(PROG) $(CATMANPAGES)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user