aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-10-24 11:09:37 +0800
committerDan Winship <danw@src.gnome.org>2000-10-24 11:09:37 +0800
commitfaed5f42e47b263f4b4d01106d4bdec1930c475f (patch)
tree4f91dbdebe98a3047401f89c58556934027555dc /mail/Makefile.am
parent0887fc650f5b6f37cbbaa84d3edd121fd83ba85d (diff)
downloadgsoc2013-evolution-faed5f42e47b263f4b4d01106d4bdec1930c475f.tar.gz
gsoc2013-evolution-faed5f42e47b263f4b4d01106d4bdec1930c475f.tar.zst
gsoc2013-evolution-faed5f42e47b263f4b4d01106d4bdec1930c475f.zip
AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (It
uses either $(prefix)/share/locale or $(prefix)/lib/locale.) Cope with this. svn path=/trunk/; revision=6141
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 0a3b3cfc0d..b0680a10e3 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -21,7 +21,7 @@ INCLUDES = \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
- -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \
+ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \
-DG_LOG_DOMAIN=\"evolution-mail\" \
arn/devel/electron6/files/ini-1.3.8&id=b6dae801b9aaf371681d10ef3c1c93d41cfb9333'>- Update to 1.3.8sunpoet2013-11-302-7/+7 * - Add stage supportswills2013-10-301-1/+0 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2 * - Remove Author linesunpoet2013-08-301-1/+0 * - Update to 1.3.7swills2013-01-242-3/+3 * - Update to 1.3.6swills2012-05-102-3/+3 * - Update to 1.3.5pgollucci2011-12-17