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:
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