diff Makefile.gen @ 273:7bea1d5ab944

Build all modules.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Feb 2016 15:38:33 +0200
parents 3d1e2af4e4e6
children 54032f17c7e5
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