]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Include system-specific libraries in link command. V3-BETA-2-PATCH-18
authorTed Lemon <source@isc.org>
Thu, 22 Feb 2001 23:51:00 +0000 (23:51 +0000)
committerTed Lemon <source@isc.org>
Thu, 22 Feb 2001 23:51:00 +0000 (23:51 +0000)
dhcpctl/Makefile.dist

index e44308b9ba02749ebd9ca25e66a27a5d52dd590a..52996ceb23fb67e3d08ae208a5ac2ade11d6606d 100644 (file)
@@ -33,10 +33,10 @@ DHCPCTLLIBS = libdhcpctl.a ../common/libdhcp.a $(BINDLIB) \
 all:   libdhcpctl.a omshell cltest $(CATMANPAGES)
 
 omshell:       omshell.o $(DHCPCTLLIBS)
-       $(CC) $(DEBUG) $(LFLAGS) -o omshell omshell.o $(DHCPCTLLIBS)
+       $(CC) $(DEBUG) $(LFLAGS) -o omshell omshell.o $(DHCPCTLLIBS) $(LIBS)
 
 cltest:        cltest.o $(DHCPCTLLIBS)
-       $(CC) $(DEBUG) $(LFLAGS) -o cltest cltest.o $(DHCPCTLLIBS)
+       $(CC) $(DEBUG) $(LFLAGS) -o cltest cltest.o $(DHCPCTLLIBS) $(LIBS)
 
 libdhcpctl.a:  $(OBJ)
        rm -f libdhcpctl.a