changeset 738:1907304e79e4

Added 4DDN library to link line (-ldn).
author neelin <neelin>
date Wed, 08 Feb 1995 14:15:54 +0000
parents ca25c3342a83
children 5b3a233e6404
files conversion/gcomserver/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/conversion/gcomserver/Makefile
+++ b/conversion/gcomserver/Makefile
@@ -68,7 +68,7 @@
 
 # How to make executables
 $(PROGS) : $(TARGET_IN_DEPENDENCY).o $(EXTRA_OBJS) $(CC_ACR_LIB) $(CC_PROG_LIB) $(CC_MINC_LIB)
-	$(CC) -o $@ $@.o $(EXTRA_OBJS) $(LDOPT)
+	$(CC) -o $@ $@.o $(EXTRA_OBJS) -ldn $(LDOPT)
 
 #  how to lint the executable source
 lint: $(LINT_LIST_EXE)