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:
authorToolsDevler <info@toolsdevler.net>2020-08-30 21:57:40 +0300
committerToolsDevler <info@toolsdevler.net>2020-12-31 03:03:24 +0300
commit3b9043d6ed81d3afb451f2c07377e5741a6c0340 (patch)
tree6f0063a14d182fcd6fae7f1c8220221eb91f5ce0 /src/CMakeLists.txt
parent5ca2d4ac2aec8b6ce216444c0b0d91fce4c9cf5c (diff)
WIP: Re-develop tool_hello_plugin in python
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 44d271912..26bb83846 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -81,6 +81,8 @@ list(APPEND REMMINA_SRCS
"remmina_plugin_native.h"
"remmina_plugin_python.c"
"remmina_plugin_python.h"
+ "remmina_plugin_python_plugin.c"
+ "remmina_plugin_python_plugin.h"
"remmina_plugin_python_module.c"
"remmina_plugin_python_module.h"
"remmina_ext_exec.c"