diff Makefile.gen @ 62:ff5d74f0d428

Moved some functions to "libnnchat".
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Nov 2008 21:57:51 +0200
parents 512775f6b081
children 3ab7751fdad1
line wrap: on
line diff
--- a/Makefile.gen	Tue Nov 11 21:33:41 2008 +0200
+++ b/Makefile.gen	Tue Nov 11 21:57:51 2008 +0200
@@ -17,7 +17,7 @@
 %.o: %.c %.h
 	$(COMP) -c -o $@ $<
 
-$(NNCHAT_BIN): nnchat.c th_util.o th_string.o th_args.o
+$(NNCHAT_BIN): nnchat.c libnnchat.o th_util.o th_string.o th_args.o
 	$(COMP) -o $@ $+ $(LDFLAGS) -lcurses
 
 #