diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-18 23:59:56 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-18 23:59:56 +0800 |
commit | 2f68a1a5bfe3b652d3125b4ed07b07b289a23b96 (patch) | |
tree | fe8e2228448a5a7e7754a0cd3d6ad84c77414893 /e-util/Makefile.am | |
parent | 3cdb34a0f0f64fff2226ce8ef806e66ffd4656c5 (diff) | |
download | gsoc2013-evolution-2f68a1a5bfe3b652d3125b4ed07b07b289a23b96.tar.gz gsoc2013-evolution-2f68a1a5bfe3b652d3125b4ed07b07b289a23b96.tar.zst gsoc2013-evolution-2f68a1a5bfe3b652d3125b4ed07b07b289a23b96.zip |
Makefile.am e-util-private.h Use EVOLUTION_IMAGESDIR and not
2005-06-18 Tor Lillqvist <tml@novell.com>
* Makefile.am
* e-util-private.h
* e-win32-reloc.c: Use EVOLUTION_IMAGESDIR and not
EVOLUTION_IMAGES for consistency. Handle also SEARCH_RULE_DIR and
EVOLUTION_GALVIEWSDIR.
svn path=/trunk/; revision=29543
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index fe9618ca22..0dc3ed77ba 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -13,12 +13,14 @@ INCLUDES = \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_HELPDIR=\""$(evolutionhelpdir)"\" \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ - -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ + -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" \ -DEVOLUTION_ICONSDIR=\""$(imagesdir)"\" \ -DEVOLUTION_CATEGORY_ICONS=\""$(imagesdir)/categories"\" \ -DEVOLUTION_PLUGINDIR=\""$(plugindir)"\" \ -DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ + -DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\" \ + -DSEARCH_RULE_DIR=\"$(ruledir)\" \ -DG_LOG_DOMAIN=\"e-utils\" \ $(GNOME_PILOT_CFLAGS) \ $(EXTRA_GNOME_CFLAGS) \ |