Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ollier <larchunix@users.noreply.github.com>2017-11-04 22:59:25 +0300
committerDenis Ollier <larchunix@users.noreply.github.com>2017-11-04 22:59:25 +0300
commit2cc46d8c5f49b504286df2cbbdba1b1a663abf2f (patch)
treec83f3259eaa66dae077b76294cc7e93587595114 /remmina-plugins
parentc5319f6dac2ec1c5b8c8dbb6e5afbaf1fcbb83c8 (diff)
telepathy: install client file
Lost during migration from autotools to cmake in commit 62ee2d0.
Diffstat (limited to 'remmina-plugins')
-rw-r--r--remmina-plugins/telepathy/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/remmina-plugins/telepathy/CMakeLists.txt b/remmina-plugins/telepathy/CMakeLists.txt
index 0d71ab0d9..afd4a2665 100644
--- a/remmina-plugins/telepathy/CMakeLists.txt
+++ b/remmina-plugins/telepathy/CMakeLists.txt
@@ -50,6 +50,10 @@ target_link_libraries(remmina-plugin-telepathy ${REMMINA_COMMON_LIBRARIES}
install(TARGETS remmina-plugin-telepathy DESTINATION ${REMMINA_PLUGINDIR})
+# Telepathy client file
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/Remmina.client
+ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/telepathy/clients)
+
# DBus activation file
if(NOT REMMINA_BINARY_PATH)
set(REMMINA_BINARY_PATH ${CMAKE_INSTALL_FULL_BINDIR}/remmina)