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-02 01:48:35 +0300
committerDenis Ollier <larchunix@users.noreply.github.com>2017-11-02 01:48:35 +0300
commit1f08b39cda8f29d1d33a86c8ed4ef0b74705ea89 (patch)
tree2a9d1baa1a0a6904ad113210c00dc90f9e4be5e7 /remmina-plugins
parent960b6ba48ebe644d7c457b7d063e851b68923124 (diff)
telepathy: compile some missing files
Diffstat (limited to 'remmina-plugins')
-rw-r--r--remmina-plugins/telepathy/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/remmina-plugins/telepathy/CMakeLists.txt b/remmina-plugins/telepathy/CMakeLists.txt
index 37d075f07..b718acc5a 100644
--- a/remmina-plugins/telepathy/CMakeLists.txt
+++ b/remmina-plugins/telepathy/CMakeLists.txt
@@ -34,6 +34,8 @@
set(REMMINA_PLUGIN_TELEPATHY_SRCS
telepathy_plugin.c
+ telepathy_handler.c
+ telepathy_channel_handler.c
)
add_library(remmina-plugin-telepathy MODULE ${REMMINA_PLUGIN_TELEPATHY_SRCS})