~ci-train-bot/history-service/history-service-ubuntu-yakkety-landing-052

« back to all changes in this revision

Viewing changes to daemon/CMakeLists.txt

Request contact information for all known participants on history-daemon initialization, and use this cached information on the models.
Approved by: Tiago Salem Herrmann, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        )
51
51
install(FILES HistoryDaemonObserver.client DESTINATION share/telepathy/clients)
52
52
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/history-daemon.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
 
53
 
 
54
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/history-daemon.conf
 
55
        DESTINATION ${CMAKE_INSTALL_FULL_DATADIR}/upstart/sessions/)