From a88fceee7c788e7153c796eff23537121c2cf8e3 Mon Sep 17 00:00:00 2001 From: Suman Manjunath Date: Mon, 31 Mar 2008 05:27:44 +0000 Subject: Patch from Frederic Crozat : Fix for bug #501885 (Specify locale directory correctly) svn path=/trunk/; revision=35287 --- plugins/tnef-attachments/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/tnef-attachments/Makefile.am') 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) -- cgit