aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/tnef-attachments/Makefile.am
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2008-03-17 12:24:32 +0800
committerSuman Manjunath <msuman@src.gnome.org>2008-03-17 12:24:32 +0800
commit91171e631e679e2d77e2930527d00b00700293b7 (patch)
tree40012d47738cf6c82ba4b92ec80739c9ee9ce198 /plugins/tnef-attachments/Makefile.am
parentfc20edb3e4b7225db03ee469843dba50aa25dbf7 (diff)
downloadgsoc2013-evolution-91171e631e679e2d77e2930527d00b00700293b7.tar.gz
gsoc2013-evolution-91171e631e679e2d77e2930527d00b00700293b7.tar.zst
gsoc2013-evolution-91171e631e679e2d77e2930527d00b00700293b7.zip
Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #519421 (Also allow <libytnef/ytnef.h> header while compiling the TNEF attachment decoder plugin)
svn path=/trunk/; revision=35206
Diffstat (limited to 'plugins/tnef-attachments/Makefile.am')
-rw-r--r--plugins/tnef-attachments/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/tnef-attachments/Makefile.am b/plugins/tnef-attachments/Makefile.am
index c6fe9a1d34..3438726e59 100644
--- a/plugins/tnef-attachments/Makefile.am
+++ b/plugins/tnef-attachments/Makefile.am
@@ -2,7 +2,8 @@ INCLUDES = \
-I$(top_srcdir) \
-DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\"" \
-DLOCALEDIR="\"$(LOCALEDIR)\"" \
- $(EVOLUTION_MAIL_CFLAGS)
+ $(EVOLUTION_MAIL_CFLAGS) \
+ $(TNEF_CFLAGS)
@EVO_PLUGIN_RULE@