diff Makefile.gen @ 678:7e207f1023d9

Split stdio and memio stuff to separate files from th_stdio.c
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Feb 2020 12:19:02 +0200
parents d191ded8a790
children ac9895c6b056
line wrap: on
line diff
--- a/Makefile.gen	Sat Feb 29 12:14:41 2020 +0200
+++ b/Makefile.gen	Sat Feb 29 12:19:02 2020 +0200
@@ -17,9 +17,9 @@
 ### Objects and binaries
 ###
 THLIBS_A=$(OBJPATH)thlibs.a
-THLIBS_OBJ=th_util.o th_config.o th_string.o th_ioctx.o \
-	th_args.o th_crypto.o th_datastruct.o th_network.o \
-	th_file.o th_regex.o
+THLIBS_OBJ=th_util.o th_config.o th_string.o th_args.o \
+	th_crypto.o th_datastruct.o th_network.o th_file.o \
+	th_ioctx.o th_ioctx_stdio.o th_ioctx_mem.o th_regex.o
 
 
 TESTS_OBJ=tests.o