# HG changeset patch # User Matti Hamalainen # Date 1530900645 -10800 # Node ID fe42ad960bc806ac169e7800fd3527c13612c951 # Parent 6a73d17f0c34fc98e81187f88be7f0d4aa953dba Oops, forgot to add the necessary th-libs module th_datastruct.o to depencies, needed for the new string escaping stuff. diff -r 6a73d17f0c34 -r fe42ad960bc8 Makefile.gen --- a/Makefile.gen Fri Jul 06 21:09:48 2018 +0300 +++ b/Makefile.gen Fri Jul 06 21:10:45 2018 +0300 @@ -7,7 +7,8 @@ # # Objects # -THLIBS_OBJ=th_util.o th_string.o th_ioctx.o th_args.o th_crypto.o +THLIBS_OBJ=th_util.o th_string.o th_ioctx.o \ + th_args.o th_crypto.o th_datastruct.o SIDINFO_OBJ=sidlib.o sidinfo.o SIDINFO_BIN=$(BINPATH)sidinfo$(EXEEXT)