From 7fe7d3226c88feb35a9a5d39fc1f76506862f526 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 18 Jun 2005 12:41:11 +0000 Subject: Makefile.am (INCLUDES) Add EVOLUTION_HELPDIR. Remove undefined 2005-06-18 Tor Lillqvist * Makefile.am (INCLUDES) Add EVOLUTION_HELPDIR. Remove undefined GNOME_INCLUDEDIR. * e-win32-reloc.c: Add getter for helpdir. * e-util-private.h: Corresponding change. svn path=/trunk/; revision=29540 --- 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 2fd9496cfd..00759783cf 100644 --- a/e-util/e-win32-reloc.c +++ b/e-util/e-win32-reloc.c @@ -36,6 +36,7 @@ static const char *localedir = NULL; /* The others are in UTF-8 */ static const char *gladedir; +static const char *helpdir; static const char *images; static const char *iconsdir; static const char *category_icons; @@ -96,6 +97,7 @@ setup (void) g_free (cp_prefix); gladedir = replace_prefix (full_prefix, EVOLUTION_GLADEDIR); + helpdir = replace_prefix (full_prefix, EVOLUTION_HELPDIR); images = replace_prefix (full_prefix, EVOLUTION_IMAGES); category_icons = replace_prefix (full_prefix, EVOLUTION_CATEGORY_ICONS); plugindir = replace_prefix (full_prefix, EVOLUTION_PLUGINDIR); @@ -117,6 +119,7 @@ _e_get_##varbl (void) \ GETTER(localedir) GETTER(gladedir) +GETTER(helpdir) GETTER(images) GETTER(iconsdir) GETTER(category_icons) -- cgit v1.2.3