diff options
Diffstat (limited to 'e-util/e-util-private.h')
-rw-r--r-- | e-util/e-util-private.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 () |