# HG changeset patch # User Matti Hamalainen # Date 1455716313 -7200 # Node ID 7bea1d5ab944f1d8f371f695765035e04d2dab5e # Parent 7f01ad43d25791677d02f084a8c312572c5d217b Build all modules. diff -r 7f01ad43d257 -r 7bea1d5ab944 Makefile.gen --- 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