Update system-server path.
authorHokwon Song <hokwon.song@samsung.com>
Thu, 24 Oct 2013 04:52:05 +0000 (13:52 +0900)
committerHokwon Song <hokwon.song@samsung.com>
Thu, 24 Oct 2013 04:52:05 +0000 (13:52 +0900)
Change-Id: I1fd5dad56be1480a823e8dcb53334f18c66fb302
Signed-off-by: Hokwon Song <hokwon.song@samsung.com>
CMakeLists.txt
src/system/CMakeLists.txt
src/system/FSys_SettingService.h

index bf926b0..eb48106 100644 (file)
@@ -12,6 +12,7 @@ INCLUDE_DIRECTORIES (
        src/system
        src/ui
        /usr/include/osp/ui
+       /usr/include/osp/server/system
        )
 
 SET (${this_target}_SOURCE_FILES
index 9d5864b..53a4678 100644 (file)
@@ -7,7 +7,7 @@ INCLUDE_DIRECTORIES(
        /usr/include/network
        /usr/include/telephony
        /usr/include/telephony-client
-       /usr/include/osp/system-server
+       /usr/include/osp/server/system
        ./
        )
 
index 9b11ce2..2508017 100644 (file)
@@ -36,7 +36,7 @@
 #include <FApp_IAppEventListener.h>
 #include <FIo_IpcServer.h>
 #include <FIo_IIpcServerEventListener.h>
-#include <server/FSys_SettingInfo.h>
+#include <FSys_SettingInfo.h>
 
 namespace Tizen { namespace System
 {