diff Makefile.gen @ 313:b3d46806787d

Move a number of more or less generic helper functions into a separate sidutil.[ch] module.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 11 Jan 2020 18:30:10 +0200
parents 6212051334e7
children b6f88c150573
line wrap: on
line diff
--- a/Makefile.gen	Sat Jan 11 14:28:22 2020 +0200
+++ b/Makefile.gen	Sat Jan 11 18:30:10 2020 +0200
@@ -10,7 +10,7 @@
 THLIBS_OBJ=th_util.o th_string.o th_ioctx.o \
 	th_file.o th_args.o th_crypto.o th_datastruct.o
 
-SIDINFO_OBJ=sidlib.o sidinfo.o
+SIDINFO_OBJ=sidlib.o sidutil.o sidinfo.o
 SIDINFO_BIN=$(BINPATH)sidinfo$(BINEXT)
 
 TARGETS += $(SIDINFO_BIN)