From 185abca302818f138eb43cb490c8d5e2a3ea5c29 Mon Sep 17 00:00:00 2001 From: Giovanni Panozzo Date: Thu, 7 Sep 2017 20:36:54 +0000 Subject: 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. --- config.h.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config.h.in') 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 -- cgit v1.2.3