diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/calendar-weather/Makefile.am | 3 | ||||
-rw-r--r-- | plugins/groupwise-features/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/mail-account-disable/Makefile.am | 1 | ||||
-rw-r--r-- | plugins/mailing-list-actions/Makefile.am | 1 | ||||
-rw-r--r-- | plugins/print-message/Makefile.am | 1 |
5 files changed, 7 insertions, 1 deletions
diff --git a/plugins/calendar-weather/Makefile.am b/plugins/calendar-weather/Makefile.am index 598521073b..8f57db1dcc 100644 --- a/plugins/calendar-weather/Makefile.am +++ b/plugins/calendar-weather/Makefile.am @@ -2,7 +2,8 @@ eds_datadir = `pkg-config --variable=privdatadir evolution-data-server-1.2` weatherdatadir = $(datadir)/evolution/$(BASE_VERSION)/weather INCLUDES = \ - -I$(top_srcdir)/shell \ + -I$(top_srcdir) \ + -I$(top_builddir)/shell \ $(EVOLUTION_CALENDAR_CFLAGS) \ $(SOURCE_SEL_CFLAGS) \ -DWEATHER_DATADIR=\""$(weatherdatadir)"\" \ diff --git a/plugins/groupwise-features/Makefile.am b/plugins/groupwise-features/Makefile.am index 6cc7df0ecc..f06792bfe5 100644 --- a/plugins/groupwise-features/Makefile.am +++ b/plugins/groupwise-features/Makefile.am @@ -7,6 +7,8 @@ INCLUDES = \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir)/camel \ + -I$(top_builddir)/composer \ + -I$(top_builddir)/mail \ $(EVOLUTION_MAIL_CFLAGS) \ $(EVOLUTION_CALENDAR_CFLAGS) \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ diff --git a/plugins/mail-account-disable/Makefile.am b/plugins/mail-account-disable/Makefile.am index b1bae11247..bd29208a2e 100644 --- a/plugins/mail-account-disable/Makefile.am +++ b/plugins/mail-account-disable/Makefile.am @@ -7,6 +7,7 @@ endif INCLUDES = \ -I$(top_srcdir) \ + -I$(top_builddir)/mail \ $(EVOLUTION_MAIL_CFLAGS) \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" diff --git a/plugins/mailing-list-actions/Makefile.am b/plugins/mailing-list-actions/Makefile.am index 7156516615..72bbd70660 100644 --- a/plugins/mailing-list-actions/Makefile.am +++ b/plugins/mailing-list-actions/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ + -I$(top_builddir)/composer \ $(EVOLUTION_MAIL_CFLAGS) @EVO_PLUGIN_RULE@ diff --git a/plugins/print-message/Makefile.am b/plugins/print-message/Makefile.am index 7b46d27c88..ad4f7f8dd7 100644 --- a/plugins/print-message/Makefile.am +++ b/plugins/print-message/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ + -I$(top_builddir)/composer \ $(EVOLUTION_MAIL_CFLAGS) @EVO_PLUGIN_RULE@ |