diff options
Diffstat (limited to 'plugins/mail-to-meeting/Makefile.am')
-rw-r--r-- | plugins/mail-to-meeting/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/mail-to-meeting/Makefile.am b/plugins/mail-to-meeting/Makefile.am index 5596678783..f3b8f44985 100644 --- a/plugins/mail-to-meeting/Makefile.am +++ b/plugins/mail-to-meeting/Makefile.am @@ -1,5 +1,6 @@ -INCLUDES = \ - -I$(top_srcdir) \ +INCLUDES = \ + -I$(top_srcdir) \ + $(EVOLUTION_CALENDAR_CFLAGS) \ $(EVOLUTION_MAIL_CFLAGS) @EVO_PLUGIN_RULE@ |