diff Makefile.gen @ 630:46fcab5ff44e

Use the new th_growbuf module.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 20:01:08 +0300
parents 904c359b1ced
children 5b059a85cab8
line wrap: on
line diff
--- a/Makefile.gen	Sat Jun 21 06:38:54 2014 +0300
+++ b/Makefile.gen	Sat Jun 21 20:01:08 2014 +0300
@@ -18,7 +18,7 @@
 # Objects
 #
 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
+THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_config.o th_network.o th_growbuf.o
 
 NNCHAT_OBJ=main.o util.o ui.o
 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT)