From c97e33d4179b9e770764837f651cd732b5c51b44 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sat, 2 Apr 2016 07:01:46 +0000 Subject: [PATCH] New files added. FossilOrigin-Name: ca0eaaac98376acfec7b7d174860fcae940079d97ccb71e7480794fbdadce7c7 --- src/cw/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/cw/Makefile b/src/cw/Makefile index 5a1fe4f6..189d10eb 100644 --- a/src/cw/Makefile +++ b/src/cw/Makefile @@ -171,6 +171,10 @@ CAPWAPOBJS= \ cw_in_radio_administrative_state.o \ cw_in_radio_administrative_state_wtp.o \ cw_in_radio_operational_state.o\ + cw_radio_set_admin_state.o \ + cw_put_elem_radio_administrative_state.o\ + cw_put_elem_radio_operational_state.o \ + cw_out_radio_administrative_states.o\ strheap.o \ cw_check_missing_mand.o \ md5sum.o \ @@ -258,6 +262,9 @@ FRAGOBJS=fragman.o # capwap_actions_ac.o \ #capwap_actions_wtp.o \ + #cipwap_actions_ac.o \ + #cipwap_actions_wtp.o \ + CWACTION=action.o \ cw_in_generic.o \ cw_in_generic2.o \ @@ -265,11 +272,10 @@ CWACTION=action.o \ cw_out_ac_name_with_priority.o \ cw_in_ac_name_with_priority.o \ cw_out_image_data.o \ - cipwap_actions_ac.o \ - cipwap_actions_wtp.o \ cipwap_strings_elem.o \ capwap_strings_result.o\ capwap_strings_board.o \ + cipwap_items.o\ cw_put_msg.o \ cw_put_mbag_item.o \ cw_put_local_ip_address.o \