# HG changeset patch # User Matti Hamalainen # Date 1531110573 -10800 # Node ID 61fed128678056661c0fe1c0f1d0207720a68d49 # Parent 77d1af382e08f526bceee8918ef17d97a0f77aea Build th_file module. diff -r 77d1af382e08 -r 61fed1286780 Makefile.gen --- 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