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-util-private.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'e-util/e-util-private.h') diff --git a/e-util/e-util-private.h b/e-util/e-util-private.h index 5e160fb657..5ecc62191b 100644 --- a/e-util/e-util-private.h +++ b/e-util/e-util-private.h @@ -30,6 +30,7 @@ const char *_e_get_localedir (void) G_GNUC_CONST; const char *_e_get_gladedir (void) G_GNUC_CONST; +const char *_e_get_helpdir (void) G_GNUC_CONST; const char *_e_get_images (void) G_GNUC_CONST; const char *_e_get_iconsdir (void) G_GNUC_CONST; const char *_e_get_category_icons (void) G_GNUC_CONST; @@ -42,6 +43,9 @@ const char *_e_get_privdatadir (void) G_GNUC_CONST; #undef EVOLUTION_GLADEDIR #define EVOLUTION_GLADEDIR _e_get_gladedir () +#undef EVOLUTION_HELPDIR +#define EVOLUTION_HELPDIR _e_get_helpdir () + #undef EVOLUTION_IMAGES #define EVOLUTION_IMAGES _e_get_images () -- cgit v1.2.3