diff options
Diffstat (limited to 'plugins/tnef-attachments')
-rw-r--r-- | plugins/tnef-attachments/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/tnef-attachments/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/plugins/tnef-attachments/ChangeLog b/plugins/tnef-attachments/ChangeLog index 27c444d633..0a7c857cb9 100644 --- a/plugins/tnef-attachments/ChangeLog +++ b/plugins/tnef-attachments/ChangeLog @@ -1,3 +1,9 @@ +2008-03-31 Frederic Crozat <fcrozat@mandriva.com> + + ** Fix for bug #501885 + + * Makefile.am: Specify locale directory correctly. + 2008-03-17 Paul Bolle <pebolle@tiscali.nl> ** Fix for bug #519421 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) |