Revert wrong removal of proxy client sample build
authorAbhishek Sharma <ce.abhishek@samsung.com>
Fri, 14 Oct 2016 13:01:22 +0000 (18:31 +0530)
committerUze Choi <uzchoi@samsung.com>
Sat, 15 Oct 2016 03:44:25 +0000 (03:44 +0000)
A DTLS related change has wrongly removed build for
proxy client sample.

Change-Id: I1f65c1cadf6a84a69691ad02bc1227793ca2fce7
Signed-off-by: Abhishek Sharma <ce.abhishek@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/13305
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/coap-http-proxy/samples/SConscript

index 2eb3b6f..a41ae56 100644 (file)
@@ -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')