changeset 705:cc4478e5a8c3

Add th_ioctx_stdio.o to th-libs depencies.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Feb 2020 12:23:08 +0200
parents b070638c5c60
children 4426bbf3264b
files Makefile.gen
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Sat Feb 29 12:22:30 2020 +0200
+++ b/Makefile.gen	Sat Feb 29 12:23:08 2020 +0200
@@ -19,7 +19,8 @@
 # Objects
 #
 THLIBS_A=$(OBJPATH)thlibs.a
-THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_file.o th_config.o th_network.o th_datastruct.o
+THLIBS_OBJ=th_util.o th_string.o th_args.o th_file.o th_config.o \
+	th_network.o th_datastruct.o th_ioctx.o th_ioctx_stdio.o
 
 NNCHAT_OBJ=main.o util.o ui.o
 NNCHAT_BIN=$(BINPATH)nnchat$(BINEXT)