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/exchange-operations | |
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/exchange-operations')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/exchange-operations/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
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)"\" |