Development of CoAP-HTTP Proxy
[platform/upstream/iotivity.git] / service / SConscript
index 2f92966..22eb6db 100755 (executable)
@@ -55,6 +55,10 @@ if target_os not in ['arduino','darwin', 'ios', 'windows']:
     #if env.get('WITH_RD') == '1':
         #SConscript('resource-directory/SConscript')
 
+    # Build coap-http-proxy project
+    if target_os in ['linux'] and env.get('WITH_PROXY', False):
+        SConscript('coap-http-proxy/SConscript')
+
 # Build EasySetup module
 if target_os in ['arduino', 'android', 'linux','tizen']:
     SConscript('easy-setup/SConscript')