]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Use OMAPI library.
authorTed Lemon <source@isc.org>
Thu, 9 Sep 1999 21:10:50 +0000 (21:10 +0000)
committerTed Lemon <source@isc.org>
Thu, 9 Sep 1999 21:10:50 +0000 (21:10 +0000)
relay/Makefile.dist

index f1ea16c236f88082f06dd6ac831508f380171a70..0f6773dc4d1895f44af0a7854e6cd64d0179e843 100644 (file)
@@ -26,7 +26,7 @@ MAN    = dhcrelay.8
 
 DEBUG  = -g
 INCLUDES = -I.. $(BINDINC) -I../includes
-DHCPLIB = ../common/libdhcp.a
+DHCPLIB = ../common/libdhcp.a ../omapip/libomapi.a
 CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
 
 all:   $(PROG) $(CATMANPAGES)