summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-02-22 23:51:00 +0000
committerTed Lemon <source@isc.org>2001-02-22 23:51:00 +0000
commita1ec58f60800a5a644961601f5093161aabb6057 (patch)
tree7113de19b89ec452f4b0624e4815b70b84fc0c9c
parent6da9db9d61b868bbc5d5c1eeb1134a381cbdc178 (diff)
downloadisc-dhcp-a1ec58f60800a5a644961601f5093161aabb6057.tar.gz
Include system-specific libraries in link command.V3-BETA-2-PATCH-18
-rw-r--r--dhcpctl/Makefile.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpctl/Makefile.dist b/dhcpctl/Makefile.dist
index e44308b9..52996ceb 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