Added initial prototype implementation of Android Multi-PHY Easy Setup
[platform/upstream/iotivity.git] / service / easy-setup / sampleapp / SConscript
index a00282c..13c1c3a 100644 (file)
@@ -26,7 +26,7 @@ Import('env')
 
 # Add third party libraries
 lib_env = env.Clone()
-#SConscript(env.get('SRC_DIR') + '/service/third_party_libs.scons', 'lib_env')
+
 sample_env = lib_env.Clone()
 target_os = env.get('TARGET_OS')
 
@@ -41,3 +41,6 @@ if target_os == 'arduino' :
        # Build linux sample app
        SConscript('arduino/thinserver/SConscript')
 
+if target_os == 'linux' :
+       # Build linux sample app
+       SConscript('linux/richclient/SConscript')