diff Makefile.gen @ 561:1ff9e85a1fcc

Rework the configuration file loading and saving to use the I/O context and new th-config API.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Nov 2012 19:45:53 +0200
parents 52c56ada3816
children 6261511ecc96
line wrap: on
line diff
--- a/Makefile.gen	Wed Nov 14 18:57:27 2012 +0200
+++ b/Makefile.gen	Thu Nov 15 19:45:53 2012 +0200
@@ -15,7 +15,7 @@
 # Objects
 #
 THLIBS_A=$(OBJPATH)thlibs.a
-THLIBS_OBJ=th_util.o th_string.o th_args.o th_config.o
+THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_config.o
 
 NNCHAT_OBJ=main.o util.o network.o ui.o
 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT)