comparison Makefile.gen @ 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 3d578c0043ae
children d26bc1adfd14
comparison
equal deleted inserted replaced
177:6a73d17f0c34 178:fe42ad960bc8
5 5
6 6
7 # 7 #
8 # Objects 8 # Objects
9 # 9 #
10 THLIBS_OBJ=th_util.o th_string.o th_ioctx.o th_args.o th_crypto.o 10 THLIBS_OBJ=th_util.o th_string.o th_ioctx.o \
11 th_args.o th_crypto.o th_datastruct.o
11 12
12 SIDINFO_OBJ=sidlib.o sidinfo.o 13 SIDINFO_OBJ=sidlib.o sidinfo.o
13 SIDINFO_BIN=$(BINPATH)sidinfo$(EXEEXT) 14 SIDINFO_BIN=$(BINPATH)sidinfo$(EXEEXT)
14 15
15 TARGETS += $(SIDINFO_BIN) 16 TARGETS += $(SIDINFO_BIN)