changeset 178:fe42ad960bc8 rel-0_7_4

Oops, forgot to add the necessary th-libs module th_datastruct.o to depencies, needed for the new string escaping stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Jul 2018 21:10:45 +0300
parents 6a73d17f0c34
children 63a0069ab217
files Makefile.gen
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)