diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-18 20:41:11 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-18 20:41:11 +0800 |
commit | 7fe7d3226c88feb35a9a5d39fc1f76506862f526 (patch) | |
tree | 05cbe5b81ea7016d7187ce499ea94c76be850454 /e-util/e-util-private.h | |
parent | c35bdba605ff37ac6cb3f25ed81d5850d1a24e31 (diff) | |
download | gsoc2013-evolution-7fe7d3226c88feb35a9a5d39fc1f76506862f526.tar.gz gsoc2013-evolution-7fe7d3226c88feb35a9a5d39fc1f76506862f526.tar.zst gsoc2013-evolution-7fe7d3226c88feb35a9a5d39fc1f76506862f526.zip |
Makefile.am (INCLUDES) Add EVOLUTION_HELPDIR. Remove undefined
2005-06-18 Tor Lillqvist <tml@novell.com>
* 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
Diffstat (limited to 'e-util/e-util-private.h')
-rw-r--r-- | e-util/e-util-private.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 () |