From cf5614e1d93d537be20943136beb17b7182d87d2 Mon Sep 17 00:00:00 2001 From: Abhishek Sharma Date: Fri, 14 Oct 2016 18:31:22 +0530 Subject: [PATCH] Revert wrong removal of proxy client sample build A DTLS related change has wrongly removed build for proxy client sample. Change-Id: I1f65c1cadf6a84a69691ad02bc1227793ca2fce7 Signed-off-by: Abhishek Sharma Reviewed-on: https://gerrit.iotivity.org/gerrit/13305 Tested-by: jenkins-iotivity Reviewed-by: Uze Choi --- service/coap-http-proxy/samples/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/coap-http-proxy/samples/SConscript b/service/coap-http-proxy/samples/SConscript index 2eb3b6f..a41ae56 100644 --- a/service/coap-http-proxy/samples/SConscript +++ b/service/coap-http-proxy/samples/SConscript @@ -48,7 +48,7 @@ if env.get('SECURED') == '1': # Source files and Targets ###################################################################### proxy_server = proxy_sample_app_env.Program('proxy_main', 'proxy_main.c') - +proxy_client = proxy_sample_app_env.Program('proxy_client', 'proxy_client.c') Alias("coap_http_proxy", [proxy_server]) env.AppendTarget('coap_http_proxy') -- 2.7.4