From 2aedb54ddc4d99b11c6a6333120eacfa4b78f806 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sun, 10 Apr 2016 14:00:26 +0000 Subject: [PATCH] New files FossilOrigin-Name: 5c65a26d838ecfdc351e6242baf50da6bad6669da9fc70dfbda67bbe5b844369 --- src/cw/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/cw/Makefile b/src/cw/Makefile index 8b4e4271..dad980f3 100644 --- a/src/cw/Makefile +++ b/src/cw/Makefile @@ -84,7 +84,8 @@ MAVLOBJS= \ mavl_create_conststr.o \ mlist.o \ cw_load_file.o \ - cw_save_file.o + cw_save_file.o \ + FORMATOBJS = \ @@ -233,7 +234,10 @@ CONNOBJS= conn_create.o \ conn_create_noq.o \ conn_init.o \ conn_send_packet.o \ - conn_send_data_packet.o + conn_send_data_packet.o \ + netconn.o \ + cw_init_data_keep_alive_msg.o + # conn_send_msg.o #conn_get_message.o \