From a9b0e550c9e01f423ab45ceb3559e26c7ad98bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= Date: Fri, 23 Apr 2010 14:20:47 +0200 Subject: Relocating EVOLUTION_BINDIR which will be used in plugin setting Evolution comme defaut mail application on windows. --- e-util/e-win32-reloc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'e-util/e-win32-reloc.c') diff --git a/e-util/e-win32-reloc.c b/e-util/e-win32-reloc.c index f99a5f582b..bfe903bbc4 100644 --- a/e-util/e-win32-reloc.c +++ b/e-util/e-win32-reloc.c @@ -34,6 +34,7 @@ static const gchar *localedir = NULL; /* The others are in UTF-8 */ +static const gchar *bindir; static const gchar *datadir; static const gchar *ecpsdir; static const gchar *etspecdir; @@ -114,6 +115,7 @@ setup (void) /* It makes sense to have some of the paths overridable with * environment variables. */ + bindir = replace_prefix (full_prefix, EVOLUTION_BINDIR); datadir = replace_prefix (full_prefix, EVOLUTION_DATADIR); ecpsdir = replace_prefix (full_prefix, EVOLUTION_ECPSDIR); etspecdir = replace_prefix (full_prefix, EVOLUTION_ETSPECDIR); @@ -155,6 +157,7 @@ _e_get_##varbl (void) \ return varbl; \ } +GETTER(bindir) GETTER(datadir) GETTER(ecpsdir) GETTER(etspecdir) -- cgit v1.2.3