replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / ip_adapter / SConscript
index 4d45917..8cb1cbb 100644 (file)
@@ -44,11 +44,14 @@ if os.path.exists(target_sconscript_abspath):
 target_files = [ os.path.join(src_dir, target_os, f) for f in target_files ]
 
 # Source files to build for Linux-like platforms
-if target_os in ['linux','darwin','ios']:
+if target_os in ['linux','darwin','tizenrt']:
     target_files += [ os.path.join(src_dir,
                                    'linux/caipnwmonitor.c') ]
 
-if target_os in ['windows', 'msys_nt']:
+if target_os in ['ios']:
+    target_files += [ os.path.join(src_dir, 'ios/caipnwmonitor.m') ]
+
+if target_os in ['msys_nt']:
        target_files += [ os.path.join(src_dir, 'windows/caipnwmonitor.c') ]
 
 # The list of BLE adapter source files is a combination of both the