diff options
Diffstat (limited to 'plugins/tnef-attachments/Makefile.am')
-rw-r--r-- | plugins/tnef-attachments/Makefile.am | 3 |
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@ |