From: Jooseok Park Date: Wed, 8 Feb 2017 00:42:34 +0000 (+0900) Subject: fix the easy-setup mediator SConscript X-Git-Tag: accepted/tizen/wearable/20170210.003742 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2Fwearable%2F20170210.003742;p=platform%2Fupstream%2Fiotivity.git fix the easy-setup mediator SConscript Change-Id: If484c27c7336608326af35f3e0aebeac4e4a580a --- diff --git a/service/easy-setup/mediator/richsdk/SConscript b/service/easy-setup/mediator/richsdk/SConscript old mode 100755 new mode 100644 index 87ed3a4..b428dde --- a/service/easy-setup/mediator/richsdk/SConscript +++ b/service/easy-setup/mediator/richsdk/SConscript @@ -62,7 +62,7 @@ easy_setup_env.AppendUnique(CPPPATH = ['inc', 'src', '../../inc']) if target_os not in ['windows']: easy_setup_env.AppendUnique(CXXFLAGS = ['-Wall', '-std=c++0x']) -if target_os in ['linux']: +if target_os in ['linux','tizen']: easy_setup_env.AppendUnique(LIBS = ['pthread', 'dl', 'coap']) if target_os in ['android']: @@ -85,11 +85,12 @@ if target_os in ['linux', 'tizen']: if env.get('SECURED') == '1': easy_setup_env.AppendUnique(LIBS = ['ocpmapi', 'ocprovision']) -if target_os in ['android','linux', 'ios']: +if target_os in ['android','ios','linux','tizen']: easy_setup_env.PrependUnique(CPPPATH = [ env.get('SRC_DIR') + '/resource/c_common/oic_malloc/include', env.get('SRC_DIR') + '/resource/include', env.get('SRC_DIR') + '/resource/csdk/logger/include', + env.get('SRC_DIR') + '/resource/csdk/include', env.get('SRC_DIR') + '/resource/csdk/stack/include', env.get('SRC_DIR') + '/resource/csdk/logger/include', env.get('SRC_DIR') + '/resource/csdk/security/include',