diff Makefile.gen @ 476:61fed1286780

Build th_file module.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jul 2018 07:29:33 +0300
parents b3b8f90bbbe6
children 5d2c1bfc04aa
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