diff Makefile.gen @ 622:bb6b07b44800

Network code is being generalized into a th-libs module.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 May 2014 07:31:20 +0300
parents 6261511ecc96
children 118276b60667
line wrap: on
line diff
--- a/Makefile.gen	Tue May 27 07:27:14 2014 +0300
+++ b/Makefile.gen	Tue May 27 07:31:20 2014 +0300
@@ -15,7 +15,7 @@
 # Objects
 #
 THLIBS_A=$(OBJPATH)thlibs.a
-THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_config.o
+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_BIN=$(BINPATH)nnchat$(EXEEXT)