Release version 0.1.21
[platform/core/appfw/event-system.git] / CMakeLists.txt
index ef58439..11e42d7 100644 (file)
@@ -43,6 +43,8 @@ SET_TARGET_PROPERTIES(esd PROPERTIES LINK_FLAGS "-pie -Wl,-z,relro")
 
 # pkgconfig file
 configure_file(esd.manifest.in esd.manifest @ONLY)
+configure_file(tizen.system.event.app2esd.service.in tizen.system.event.app2esd.service @ONLY)
 
 INSTALL(TARGETS esd DESTINATION bin)
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/eventsystem.conf DESTINATION /etc/dbus-1/system.d)
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/tizen.system.event.app2esd.service DESTINATION ${SHARE_INSTALL_PREFIX}/dbus-1/system-services/)