export system-server includes
authorJoohyun Kim <joohyune.kim@samsung.com>
Thu, 27 Jun 2013 02:55:17 +0000 (11:55 +0900)
committerJoohyun Kim <joohyune.kim@samsung.com>
Thu, 27 Jun 2013 02:55:17 +0000 (11:55 +0900)
Change-Id: I7b98d30b4c5d63c958c3d80507094d391b93fa11
Signed-off-by: Joohyun Kim <joohyune.kim@samsung.com>
CMakeLists.txt
packaging/osp-appfw.spec

index 5f7aa8d..343fceb 100755 (executable)
@@ -75,3 +75,4 @@ INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/src/security/inc/ DESTINATION include/osp/
 INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/src/system/inc/ DESTINATION include/osp/system FILES_MATCHING PATTERN "*.h")
 INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/src/text/inc/ DESTINATION include/osp/text FILES_MATCHING PATTERN "*.h")
 INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/src/server/inc/ DESTINATION include/osp/server/ FILES_MATCHING PATTERN "*.h")
+INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/src/system-server/inc/ DESTINATION include/osp/system-server/ FILES_MATCHING PATTERN "*.h")
index 9f35ebd..5d0eb54 100755 (executable)
@@ -200,6 +200,7 @@ chmod 444 /opt/usr/etc/clocale.list
 %{_includedir}/osp/system/*
 %{_includedir}/osp/text/*
 %{_includedir}/osp/server/*
+%{_includedir}/osp/system-server/*
 %{_libdir}/pkgconfig/osp-appfw-server.pc
 %{_libdir}/pkgconfig/osp-system-server.pc