replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / service / scene-manager / SConscript
index eefada7..69cf3c8 100755 (executable)
@@ -68,7 +68,6 @@ if target_os not in ['darwin', 'ios', 'windows']:
 
 if target_os in ['linux']:
     scenemanager_env.AppendUnique(LIBS = ['pthread'])
-    
 
 if target_os == 'android':
     scenemanager_env.AppendUnique(CXXFLAGS = ['-frtti', '-fexceptions'])
@@ -81,7 +80,7 @@ if not env.get('RELEASE') and target_os not in ['ios']:
 ######################################################################
 # Source files and Targets
 ######################################################################
-SCENE_SRC_DIR = './src/' 
+SCENE_SRC_DIR = './src/'
 scenemanager_src = Glob(SCENE_SRC_DIR + '*.cpp')
 
 if target_os in ['tizen','android'] :