changeset 273:7bea1d5ab944

Build all modules.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Feb 2016 15:38:33 +0200
parents 7f01ad43d257
children 2799b2c3e64d
files Makefile.gen
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Wed Feb 17 14:49:39 2016 +0200
+++ b/Makefile.gen	Wed Feb 17 15:38:33 2016 +0200
@@ -10,7 +10,9 @@
 # Objects
 #
 THLIBS_A=$(OBJPATH)thlibs.a
-THLIBS_OBJ=th_util.o th_config.o th_string.o th_ioctx.o th_args.o th_crypto.o
+THLIBS_OBJ=th_util.o th_config.o th_string.o th_ioctx.o \
+	th_args.o th_crypto.o th_datastruct.o th_network.o
+
 
 
 TESTS_OBJ=tests.o