comparison Makefile.gen @ 630:46fcab5ff44e

Use the new th_growbuf module.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 20:01:08 +0300
parents 904c359b1ced
children 5b059a85cab8
comparison
equal deleted inserted replaced
629:005d7a0351b6 630:46fcab5ff44e
16 16
17 # 17 #
18 # Objects 18 # Objects
19 # 19 #
20 THLIBS_A=$(OBJPATH)thlibs.a 20 THLIBS_A=$(OBJPATH)thlibs.a
21 THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_config.o th_network.o 21 THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_config.o th_network.o th_growbuf.o
22 22
23 NNCHAT_OBJ=main.o util.o ui.o 23 NNCHAT_OBJ=main.o util.o ui.o
24 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT) 24 NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT)
25 25
26 TARGETS+=$(THLIBS_A) $(NNCHAT_BIN) 26 TARGETS+=$(THLIBS_A) $(NNCHAT_BIN)