]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add OMAPI library.
authorTed Lemon <source@isc.org>
Wed, 8 Sep 1999 01:41:34 +0000 (01:41 +0000)
committerTed Lemon <source@isc.org>
Wed, 8 Sep 1999 01:41:34 +0000 (01:41 +0000)
client/Makefile.dist

index 885a106df282779335bf8dae233d5becdb258f67..584d8b583a77efb7ee763ab1140657e729abfbeb 100644 (file)
@@ -28,7 +28,7 @@ MAN    = dhclient.8 dhclient.conf.5 dhclient-script.8 dhclient.leases.5
 
 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)