diff Makefile.gen @ 466:796508f828f6

Refactor much of the "windowing" UI code into a new module, ui.[ch]
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 26 May 2012 06:56:18 +0300
parents c3b3b6d89084
children 52c56ada3816
line wrap: on
line diff
--- a/Makefile.gen	Sat May 26 06:18:19 2012 +0300
+++ b/Makefile.gen	Sat May 26 06:56:18 2012 +0300
@@ -17,7 +17,7 @@
 THLIBS_A=$(OBJPATH)thlibs.a
 THLIBS_OBJ=th_util.o th_string.o th_args.o th_config.o
 
-NNCHAT_OBJ=main.o util.o network.o
+NNCHAT_OBJ=main.o util.o network.o ui.o
 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT)
 
 TARGETS+=$(THLIBS_A) $(NNCHAT_BIN)