[Tizen][BLE] Fix for broken BLE build
authorAbhishek Sharma <ce.abhishek@samsung.com>
Thu, 9 Jul 2015 12:09:08 +0000 (17:39 +0530)
committerErich Keane <erich.keane@intel.com>
Thu, 9 Jul 2015 16:01:22 +0000 (16:01 +0000)
Fixed broken BLE build for Tizen

Change-Id: I508404f97ef5ef19f1b9820519e44c1d911158da
Signed-off-by: Abhishek Sharma <ce.abhishek@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1601
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
resource/csdk/connectivity/src/bt_le_adapter/tizen/SConscript

index de00dbe..6ca670e 100644 (file)
@@ -5,9 +5,10 @@
 Import('env', 'src_dir')
 import os.path
 
+root_dir = os.pardir
 env.PrependUnique(CPPPATH = [ os.path.join(src_dir, 'tizen'),
-                              './con/lib/tizen/ble/inc',
-                              './con/lib/tizen/ble/inc/mobile' ])
+                              os.path.join(root_dir, 'lib/tizen/ble/inc'),
+                              os.path.join(root_dir, 'lib/tizen/ble/inc/mobile')])
 
 env.ParseConfig("pkg-config --cflags --libs capi-network-bluetooth")