[IOT-1511] Update mbedTLS to use 2.4.0 release tagged version
[platform/upstream/iotivity.git] / service / SConscript
index 8c956e0..b955025 100755 (executable)
@@ -43,7 +43,7 @@ if target_os not in ['arduino','darwin', 'ios', 'windows']:
     if target_os in ['linux']:
         SConscript('scene-manager/SConscript')
 
-    # Build notification-service project    
+    # Build notification-service project
     if target_os in ['linux','android']:
         SConscript('notification/SConscript')
 
@@ -51,11 +51,10 @@ if target_os not in ['arduino','darwin', 'ios', 'windows']:
     if target_os in ['linux'] and env.get('SIMULATOR', False):
         SConscript('simulator/SConscript')
 
-# Build resource directory project
-if env.get('WITH_RD') == '1':
-    SConscript('resource-directory/SConscript')
+    # Build coap-http-proxy project
+    if target_os in ['linux', 'tizen'] 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')
-