changeset 476:61fed1286780

Build th_file module.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jul 2018 07:29:33 +0300
parents 77d1af382e08
children 96d137a6b392
files Makefile.gen
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Mon Jul 09 07:28:13 2018 +0300
+++ b/Makefile.gen	Mon Jul 09 07:29:33 2018 +0300
@@ -12,7 +12,8 @@
 #
 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 th_datastruct.o th_network.o
+	th_args.o th_crypto.o th_datastruct.o th_network.o \
+	th_file.o
 
 
 TESTS_OBJ=tests.o