From 97e6663e6d4660c549d45cdb0626333b90abb7b0 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Tue, 12 Apr 2016 05:34:15 +0000 Subject: [PATCH] conn_clear_upd FossilOrigin-Name: b81d1e6ed48a6829bb33b6bfd03665305b022206b40347ee33b41a308f37d7ff --- src/cw/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cw/Makefile b/src/cw/Makefile index ba9a4312..432c0f7d 100644 --- a/src/cw/Makefile +++ b/src/cw/Makefile @@ -237,7 +237,8 @@ CONNOBJS= conn_create.o \ conn_send_packet.o \ conn_send_data_packet.o \ netconn.o \ - cw_init_data_keep_alive_msg.o + cw_init_data_keep_alive_msg.o \ + conn_clear_upd.o # conn_send_msg.o