comparison Makefile.gen @ 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 144bdfca82d1
comparison
equal deleted inserted replaced
704:b070638c5c60 705:cc4478e5a8c3
17 17
18 # 18 #
19 # Objects 19 # Objects
20 # 20 #
21 THLIBS_A=$(OBJPATH)thlibs.a 21 THLIBS_A=$(OBJPATH)thlibs.a
22 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 22 THLIBS_OBJ=th_util.o th_string.o th_args.o th_file.o th_config.o \
23 th_network.o th_datastruct.o th_ioctx.o th_ioctx_stdio.o
23 24
24 NNCHAT_OBJ=main.o util.o ui.o 25 NNCHAT_OBJ=main.o util.o ui.o
25 NNCHAT_BIN=$(BINPATH)nnchat$(BINEXT) 26 NNCHAT_BIN=$(BINPATH)nnchat$(BINEXT)
26 27
27 TARGETS += $(NNCHAT_BIN) 28 TARGETS += $(NNCHAT_BIN)