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:
authorGiovanni Panozzo <giovanni@panozzo.it>2017-09-07 23:36:54 +0300
committerGiovanni Panozzo <giovanni@panozzo.it>2017-09-07 23:36:54 +0300
commit185abca302818f138eb43cb490c8d5e2a3ea5c29 (patch)
tree3975372d25f31da67c298f6db882f62f14bf4e0f /config.h.in
parent8f13dff3a4fa67ce684ce95354a7cc487c914fab (diff)
Allow customized runtime paths in cmake.
This patch allow runtime paths to be different from install paths. This allows relative runtime paths for AppImage builds.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in
index 9a69e381a..cfd8ceae0 100644
--- a/config.h.in
+++ b/config.h.in
@@ -22,9 +22,10 @@
#define GETTEXT_PACKAGE remmina
-#define REMMINA_DATADIR "${REMMINA_DATADIR}"
-#define REMMINA_LOCALEDIR "${REMMINA_LOCALEDIR}"
-#define REMMINA_PLUGINDIR "${REMMINA_PLUGINDIR}"
-#define REMMINA_UIDIR "${REMMINA_UIDIR}"
+#define REMMINA_RUNTIME_DATADIR "${REMMINA_RUNTIME_DATADIR}"
+#define REMMINA_RUNTIME_LOCALEDIR "${REMMINA_RUNTIME_LOCALEDIR}"
+#define REMMINA_RUNTIME_PLUGINDIR "${REMMINA_RUNTIME_PLUGINDIR}"
+#define REMMINA_RUNTIME_UIDIR "${REMMINA_RUNTIME_UIDIR}"
+#define REMMINA_RUNTIME_EXTERNAL_TOOLS_DIR "${REMMINA_RUNTIME_EXTERNAL_TOOLS_DIR}"
#endif