diff Makefile.gen @ 669:32c13602c091

Some functions used were factored into new th_datastruct module in th-libs, so include the necessary header file as needed, and build the module object.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Feb 2016 14:28:17 +0200
parents 23d16d9cdf96
children dd3083a3383d
line wrap: on
line diff
--- a/Makefile.gen	Mon Feb 15 07:04:48 2016 +0200
+++ b/Makefile.gen	Wed Feb 17 14:28:17 2016 +0200
@@ -21,7 +21,7 @@
 # Objects
 #
 THLIBS_A=$(OBJPATH)thlibs.a
-THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_file.o th_config.o th_network.o
+THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_file.o th_config.o th_network.o th_datastruct.o
 
 NNCHAT_OBJ=main.o util.o ui.o
 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT)