diff options
author | Johnny Jacob <jjohnny@src.gnome.org> | 2007-08-20 12:38:18 +0800 |
---|---|---|
committer | Johnny Jacob <jjohnny@src.gnome.org> | 2007-08-20 12:38:18 +0800 |
commit | a941352c299c6fe0587c43dfa27b40d491e2f205 (patch) | |
tree | b0052caf39b3abcce316151cab4a3cbe4c8180cf /plugins/tnef-attachments | |
parent | 3ea7bd690fb04f799fea74dc251446ba735a4927 (diff) | |
download | gsoc2013-evolution-a941352c299c6fe0587c43dfa27b40d491e2f205.tar.gz gsoc2013-evolution-a941352c299c6fe0587c43dfa27b40d491e2f205.tar.zst gsoc2013-evolution-a941352c299c6fe0587c43dfa27b40d491e2f205.zip |
Fix for 468159 from Gilles Dartiguelongue <gdartigu@svn.gnome.org>
--This line, and th se below, will be ignored--
A plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in
M plugins/attachment-reminder/ChangeLog
M plugins/attachment-reminder/Makefile.am
D plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in.in
M plugins/tnef-attachments/Makefile.am
svn path=/trunk/; revision=34040
Diffstat (limited to 'plugins/tnef-attachments')
-rw-r--r-- | plugins/tnef-attachments/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tnef-attachments/Makefile.am b/plugins/tnef-attachments/Makefile.am index 5f9c56b242..c6fe9a1d34 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) @EVO_PLUGIN_RULE@ |