diff Makefile.gen @ 191:d26bc1adfd14

Add internal directory reading and filename matching, plus optional subdirectory recursion via '-R' option.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jul 2018 16:46:08 +0300
parents fe42ad960bc8
children a5bc27d26174
line wrap: on
line diff
--- a/Makefile.gen	Mon Jul 09 09:42:33 2018 +0300
+++ b/Makefile.gen	Mon Jul 09 16:46:08 2018 +0300
@@ -8,7 +8,7 @@
 # Objects
 #
 THLIBS_OBJ=th_util.o th_string.o th_ioctx.o \
-	th_args.o th_crypto.o th_datastruct.o
+	th_file.o th_args.o th_crypto.o th_datastruct.o
 
 SIDINFO_OBJ=sidlib.o sidinfo.o
 SIDINFO_BIN=$(BINPATH)sidinfo$(EXEEXT)