diff Makefile.gen @ 103:eaa524e153f9

Initial implementation of functions for implementing tab-completion for user names.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 Oct 2010 00:34:25 +0300
parents 7f9f6af26a65
children 1b6bc8bf6ac3
line wrap: on
line diff
--- a/Makefile.gen	Mon Oct 11 15:48:05 2010 +0300
+++ b/Makefile.gen	Fri Oct 15 00:34:25 2010 +0300
@@ -17,7 +17,7 @@
 $(OBJPATH)%.o: %.c %.h
 	$(COMP) -c -o $@ $<
 
-$(NNCHAT_BIN): nnchat.c $(OBJPATH)libnnchat.o $(OBJPATH)th_util.o $(OBJPATH)th_string.o $(OBJPATH)th_args.o
+$(NNCHAT_BIN): nnchat.c $(OBJPATH)libnnchat.o $(OBJPATH)th_util.o $(OBJPATH)th_string.o $(OBJPATH)th_args.o $(OBJPATH)th_config.o
 	$(COMP) -o $@ $+ $(LDFLAGS)
 
 #