From faed5f42e47b263f4b4d01106d4bdec1930c475f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 24 Oct 2000 03:09:37 +0000 Subject: 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 --- mail/ChangeLog | 4 ++++ mail/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 3dfad4a451..dd6f72ac58 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2000-10-23 Dan Winship + + * Makefile.am (INCLUDES): Update EVOLUTION_LOCALEDIR. + 2000-10-23 Jeffrey Stedfast * mail-ops.c (do_send_mail): Apply outgoing filters to the 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\" \ -- cgit v1.2.3