Imported Upstream version 1.0.0
[platform/upstream/iotivity.git] / build_common / external_libs.scons
index 52f0546..8ab0cd4 100644 (file)
@@ -134,3 +134,6 @@ env.AddMethod(__configure, "Configure")
 env.AddMethod(__download, "Download")
 env.AddMethod(__install_head_file, "InstallHeadFile")
 env.AddMethod(__install_lib, "InstallLib")
+
+if env.get('SECURED') == '1':
+       SConscript(os.path.join(env.get('SRC_DIR'), 'extlibs', 'sqlite3', 'SConscript'))
\ No newline at end of file