aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-07 03:05:08 +0800
committerDan Winship <danw@src.gnome.org>2003-02-07 03:05:08 +0800
commitbe2641bebc06358eb22f32c36b4211a1a1cfecd9 (patch)
treecc7ecf085bc181610be06d6f7fd2ee5e488e57b1 /mail/Makefile.am
parent8b11adc287a5ddfe4f5639dc5c1498043707b8da (diff)
downloadgsoc2013-evolution-be2641bebc06358eb22f32c36b4211a1a1cfecd9.tar
gsoc2013-evolution-be2641bebc06358eb22f32c36b4211a1a1cfecd9.tar.gz
gsoc2013-evolution-be2641bebc06358eb22f32c36b4211a1a1cfecd9.tar.bz2
gsoc2013-evolution-be2641bebc06358eb22f32c36b4211a1a1cfecd9.tar.lz
gsoc2013-evolution-be2641bebc06358eb22f32c36b4211a1a1cfecd9.tar.xz
gsoc2013-evolution-be2641bebc06358eb22f32c36b4211a1a1cfecd9.tar.zst
gsoc2013-evolution-be2641bebc06358eb22f32c36b4211a1a1cfecd9.zip
Fix EVOLUTION_ICONSDIR
svn path=/trunk/; revision=19825
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index eec87d15c8..1da0cd5fb8 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -25,7 +25,7 @@ INCLUDES = \
-DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \
- -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
+ -DEVOLUTION_ICONSDIR=\""$(imagesdir)"\" \
-DEVOLUTION_IMAGES=\""$(imagesdir)"\" \
-DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\" \
-DEVOLUTION_BUTTONSDIR=\""$(buttonsdir)"\" \