changeset 359:969f86b74bff

Add th_ioctx_stdio.o to th-libs objects.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Feb 2020 12:20:03 +0200
parents a5131cd64110
children 522c8a77ad54
files Makefile.gen
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Mon Jan 27 02:36:37 2020 +0200
+++ b/Makefile.gen	Sat Feb 29 12:20:03 2020 +0200
@@ -9,8 +9,9 @@
 ###
 ### Objects and targets
 ###
-THLIBS_OBJ=th_util.o th_string.o th_ioctx.o \
-	th_file.o th_args.o th_crypto.o th_datastruct.o
+THLIBS_OBJ=th_util.o th_string.o th_file.o th_args.o \
+	th_crypto.o th_datastruct.o th_ioctx.o \
+	th_ioctx_stdio.o
 
 SIDINFO_OBJ=sidlib.o sidutil.o sidinfo.o
 SIDINFO_BIN=$(BINPATH)sidinfo$(BINEXT)