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:
authorAntenore Gatta <antenore@simbiosi.org>2018-04-24 00:58:55 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-04-24 00:58:55 +0300
commit83815cbad37b45e63233480b9ee4164c447c38ef (patch)
tree4f1fca44c625d41bc9f22f8dcd24d6a31abfe1af /config.h.in
parent2564d60c923ea75d34904a9ad115c6e6503423e6 (diff)
Added VTE color schemes
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 8f3a09b4f..ecac6c7a7 100644
--- a/config.h.in
+++ b/config.h.in
@@ -19,10 +19,11 @@
#define GETTEXT_PACKAGE remmina
-#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_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}"
+#define REMMINA_RUNTIME_TERM_CS_DIR "${REMMINA_TERM_CS_DIR}"
#endif