Refactored Sample App and directory structure as per the role
[platform/upstream/iotivity.git] / service / easy-setup / sampleapp / SConscript
index a00282c..fa70b40 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')
 
@@ -39,5 +39,8 @@ target_os = env.get('TARGET_OS')
 ######################################################################
 if target_os == 'arduino' :
        # Build linux sample app
-       SConscript('arduino/thinserver/SConscript')
+       SConscript('enrollee/arduino/SConscript')
 
+if target_os == 'linux' :
+       # Build linux sample app
+       SConscript('mediator/linux/SConscript')