Print this page
5468 Missing dependencies in lib/Makefile

@@ -21,10 +21,12 @@
 #
 #
 # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 # 
+# Copyright 2015 RackTop Systems.
+# 
 
 PROG=   ncab2clf 
 OBJS=   ncab2clf.o
 SRCS=   $(OBJS:%.o=%.c)
 

@@ -53,11 +55,11 @@
 .PARALLEL: $(OBJS)
 
 all: $(PROG)
 
 $(PROG): $(OBJS)
-        $(LINK.c) $(OBJS) -o $@
+        $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
         $(POST_PROCESS)
 
 #
 # Message catalog
 #