From 6342de451e5b7b5b7f09b5fc4a2cc26710eedb5e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 18 Jun 2005 13:11:15 +0000 Subject: Makefile.am (INCLUDES) Add EVOLUTION_ETSPECDIR. 2005-06-18 Tor Lillqvist * Makefile.am (INCLUDES) Add EVOLUTION_ETSPECDIR. * e-util-private.h * e-win32-reloc.c: Corresponding changes. svn path=/trunk/; revision=29541 --- e-util/e-util-private.h | 3 +++ 1 file changed, 3 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 5ecc62191b..c4f7b90e18 100644 --- a/e-util/e-util-private.h +++ b/e-util/e-util-private.h @@ -46,6 +46,9 @@ const char *_e_get_privdatadir (void) G_GNUC_CONST; #undef EVOLUTION_HELPDIR #define EVOLUTION_HELPDIR _e_get_helpdir () +#undef EVOLUTION_ETSPECDIR +#define EVOLUTION_ETSPECDIR _e_get_etspecdir () + #undef EVOLUTION_IMAGES #define EVOLUTION_IMAGES _e_get_images () -- cgit v1.2.3