From de73ad44045a26fc41c3434488feb0dd9d981b0a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 20 Aug 2007 14:30:11 +0000 Subject: Fix some distcheck errors. svn path=/trunk/; revision=34046 --- plugins/default-mailer/ChangeLog | 4 ++++ plugins/default-mailer/Makefile.am | 1 + plugins/exchange-operations/ChangeLog | 4 ++++ plugins/exchange-operations/Makefile.am | 1 + plugins/publish-calendar/Makefile.am | 1 + plugins/startup-wizard/ChangeLog | 4 ++++ plugins/startup-wizard/Makefile.am | 1 + 7 files changed, 16 insertions(+) (limited to 'plugins') diff --git a/plugins/default-mailer/ChangeLog b/plugins/default-mailer/ChangeLog index f0af366b84..624324daff 100644 --- a/plugins/default-mailer/ChangeLog +++ b/plugins/default-mailer/ChangeLog @@ -1,3 +1,7 @@ +2007-08-20 Matthew Barnes + + * Makefile.am: Fix a distcheck error. + 2007-07-26 Hiroyuki Ikezoe * default-mailer.c: (org_gnome_default_mailer_check_default): Plugged diff --git a/plugins/default-mailer/Makefile.am b/plugins/default-mailer/Makefile.am index 7ba5d4d591..72a74dbe8a 100644 --- a/plugins/default-mailer/Makefile.am +++ b/plugins/default-mailer/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ + -I$(top_builddir)/shell \ $(EVOLUTION_MAIL_CFLAGS) @EVO_PLUGIN_RULE@ diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index a1733348b4..7e16f9a27e 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,7 @@ +2007-08-20 Matthew Barnes + + * Makefile.am: Fix a distcheck error. + 2007-08-16 Milan Crha ** Fix for bug #466548 diff --git a/plugins/exchange-operations/Makefile.am b/plugins/exchange-operations/Makefile.am index b0bd7d6b9d..b0fb377363 100644 --- a/plugins/exchange-operations/Makefile.am +++ b/plugins/exchange-operations/Makefile.am @@ -3,6 +3,7 @@ INCLUDES = -I . \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/calendar \ -I$(top_builddir)/composer \ + -I$(top_builddir)/mail \ $(CAMEL_EXCHANGE_CFLAGS) \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DCONNECTOR_GLADEDIR=\""$(gladedir)"\" diff --git a/plugins/publish-calendar/Makefile.am b/plugins/publish-calendar/Makefile.am index 8c712ede96..4356390024 100644 --- a/plugins/publish-calendar/Makefile.am +++ b/plugins/publish-calendar/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ + -I$(top_builddir)/shell \ $(EVOLUTION_CALENDAR_CFLAGS) \ -DEVOLUTION_PLUGINDIR="\"$(plugindir)\"" diff --git a/plugins/startup-wizard/ChangeLog b/plugins/startup-wizard/ChangeLog index 8f02cae442..817255bd4c 100644 --- a/plugins/startup-wizard/ChangeLog +++ b/plugins/startup-wizard/ChangeLog @@ -1,3 +1,7 @@ +2007-08-20 Matthew Barnes + + * Makefile.am: Fix a distcheck error. + 2007-03-16 Matthew Barnes ** Fixes part of bug #360240 diff --git a/plugins/startup-wizard/Makefile.am b/plugins/startup-wizard/Makefile.am index 507caa205f..551eb303a8 100644 --- a/plugins/startup-wizard/Makefile.am +++ b/plugins/startup-wizard/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = -I . \ -I$(top_srcdir) \ + -I$(top_builddir)/shell \ $(EVOLUTION_MAIL_CFLAGS) @EVO_PLUGIN_RULE@ -- cgit v1.2.3