From: Ted Lemon Date: Thu, 22 Feb 2001 23:51:00 +0000 (+0000) Subject: Include system-specific libraries in link command. X-Git-Tag: V3-BETA-2-PATCH-18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1ec58f60800a5a644961601f5093161aabb6057;p=thirdparty%2Fdhcp.git Include system-specific libraries in link command. --- diff --git a/dhcpctl/Makefile.dist b/dhcpctl/Makefile.dist index e44308b9b..52996ceb2 100644 --- a/dhcpctl/Makefile.dist +++ b/dhcpctl/Makefile.dist @@ -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