comparison Makefile.gen @ 669:32c13602c091

Some functions used were factored into new th_datastruct module in th-libs, so include the necessary header file as needed, and build the module object.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Feb 2016 14:28:17 +0200
parents 23d16d9cdf96
children dd3083a3383d
comparison
equal deleted inserted replaced
668:f212cbfbd93c 669:32c13602c091
19 19
20 # 20 #
21 # Objects 21 # Objects
22 # 22 #
23 THLIBS_A=$(OBJPATH)thlibs.a 23 THLIBS_A=$(OBJPATH)thlibs.a
24 THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_file.o th_config.o th_network.o 24 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
25 25
26 NNCHAT_OBJ=main.o util.o ui.o 26 NNCHAT_OBJ=main.o util.o ui.o
27 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT) 27 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT)
28 28
29 TARGETS += $(NNCHAT_BIN) 29 TARGETS += $(NNCHAT_BIN)