diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2007-08-20 22:30:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-08-20 22:30:11 +0800 |
commit | de73ad44045a26fc41c3434488feb0dd9d981b0a (patch) | |
tree | f2f01ee0438aba055011af40be33fa86252450e3 /plugins | |
parent | 5f21a5fe4e63c0b9460b201e8b33c004a903270f (diff) | |
download | gsoc2013-evolution-de73ad44045a26fc41c3434488feb0dd9d981b0a.tar.gz gsoc2013-evolution-de73ad44045a26fc41c3434488feb0dd9d981b0a.tar.zst gsoc2013-evolution-de73ad44045a26fc41c3434488feb0dd9d981b0a.zip |
Fix some distcheck errors.
svn path=/trunk/; revision=34046
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/default-mailer/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/default-mailer/Makefile.am | 1 | ||||
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/exchange-operations/Makefile.am | 1 | ||||
-rw-r--r-- | plugins/publish-calendar/Makefile.am | 1 | ||||
-rw-r--r-- | plugins/startup-wizard/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/startup-wizard/Makefile.am | 1 |
7 files changed, 16 insertions, 0 deletions
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 <mbarnes@redhat.com> + + * Makefile.am: Fix a distcheck error. + 2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net> * 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 <mbarnes@redhat.com> + + * Makefile.am: Fix a distcheck error. + 2007-08-16 Milan Crha <mcrha@redhat.com> ** 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 <mbarnes@redhat.com> + + * Makefile.am: Fix a distcheck error. + 2007-03-16 Matthew Barnes <mbarnes@redhat.com> ** 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@ |