From 22e72bb60a789ba3a48aff737c8816908695b408 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 20 Jun 2013 14:13:28 -0500 Subject: install the .indicator file into the unity/indicators/ dir --- data/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'data/CMakeLists.txt') diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 7d213b2..c00b8db 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -9,8 +9,9 @@ include (GNUInstallDirs) configure_file (indicator-session.service.in indicator-session.service) # .indicator file -# (NOOP) -# +install(FILES com.canonical.indicator.session + DESTINATION ${CMAKE_INSTALL_PREFIX}/share/unity/indicators) + # FIXME install files #install(FILES #${CMAKE_CURRENT_BINARY_DIR}/indicator-datetime.service -- cgit v1.2.3