aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/tnef-attachments/Makefile.am
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2008-03-31 13:27:44 +0800
committerSuman Manjunath <msuman@src.gnome.org>2008-03-31 13:27:44 +0800
commita88fceee7c788e7153c796eff23537121c2cf8e3 (patch)
tree526a107542fd95bf94dd574edc8db235c96a8526 /plugins/tnef-attachments/Makefile.am
parentbc8bd32417afc0619f3fa1f840945c1bdc51d3cf (diff)
downloadgsoc2013-evolution-a88fceee7c788e7153c796eff23537121c2cf8e3.tar
gsoc2013-evolution-a88fceee7c788e7153c796eff23537121c2cf8e3.tar.gz
gsoc2013-evolution-a88fceee7c788e7153c796eff23537121c2cf8e3.tar.bz2
gsoc2013-evolution-a88fceee7c788e7153c796eff23537121c2cf8e3.tar.lz
gsoc2013-evolution-a88fceee7c788e7153c796eff23537121c2cf8e3.tar.xz
gsoc2013-evolution-a88fceee7c788e7153c796eff23537121c2cf8e3.tar.zst
gsoc2013-evolution-a88fceee7c788e7153c796eff23537121c2cf8e3.zip
Patch from Frederic Crozat <fcrozat@mandriva.com>: Fix for bug #501885 (Specify locale directory correctly)
svn path=/trunk/; revision=35287
Diffstat (limited to 'plugins/tnef-attachments/Makefile.am')
-rw-r--r--plugins/tnef-attachments/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tnef-attachments/Makefile.am b/plugins/tnef-attachments/Makefile.am
index 3438726e59..7f52413306 100644
--- a/plugins/tnef-attachments/Makefile.am
+++ b/plugins/tnef-attachments/Makefile.am
@@ -1,7 +1,7 @@
INCLUDES = \
-I$(top_srcdir) \
-DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\"" \
- -DLOCALEDIR="\"$(LOCALEDIR)\"" \
+ -DLOCALEDIR="\"$(localedir)\"" \
$(EVOLUTION_MAIL_CFLAGS) \
$(TNEF_CFLAGS)