diff Makefile.gen @ 623:118276b60667

More work towards using th-libs th_network module.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 02:40:51 +0300
parents bb6b07b44800
children 904c359b1ced
line wrap: on
line diff
--- a/Makefile.gen	Tue May 27 07:31:20 2014 +0300
+++ b/Makefile.gen	Sat Jun 21 02:40:51 2014 +0300
@@ -17,7 +17,7 @@
 THLIBS_A=$(OBJPATH)thlibs.a
 THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_config.o th_network.o
 
-NNCHAT_OBJ=main.o util.o network.o ui.o
+NNCHAT_OBJ=main.o util.o ui.o
 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT)
 
 TARGETS+=$(THLIBS_A) $(NNCHAT_BIN)