diff options
author | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2007-04-26 00:36:50 +0800 |
---|---|---|
committer | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2007-04-26 00:36:50 +0800 |
commit | 6324896c239a7587fd5cb12f01e45c649e88e4a9 (patch) | |
tree | cfa3347e759e672eb6af4af13aec78f2743958b6 /plugins | |
parent | ca0f5300eabbcb1844c24c4bfeb006293df9c8d0 (diff) | |
download | gsoc2013-evolution-6324896c239a7587fd5cb12f01e45c649e88e4a9.tar.gz gsoc2013-evolution-6324896c239a7587fd5cb12f01e45c649e88e4a9.tar.zst gsoc2013-evolution-6324896c239a7587fd5cb12f01e45c649e88e4a9.zip |
Distcheck fixes.
svn path=/trunk/; revision=33459
Diffstat (limited to 'plugins')
-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 60a302bf2c..9b66b769fb 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,7 @@ +2007-05-25 Veerapuram Varadhan <vvaradhan@novell.com> + + * Makefile.am: Distcheck fixes. + 2007-04-10 Elizabeth Greene <nerdygirl_ellie@yahoo.com> ** Fixes #426481 diff --git a/plugins/exchange-operations/Makefile.am b/plugins/exchange-operations/Makefile.am index 9208ec6655..b0bd7d6b9d 100644 --- a/plugins/exchange-operations/Makefile.am +++ b/plugins/exchange-operations/Makefile.am @@ -2,6 +2,7 @@ INCLUDES = -I . \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/calendar \ + -I$(top_builddir)/composer \ $(CAMEL_EXCHANGE_CFLAGS) \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DCONNECTOR_GLADEDIR=\""$(gladedir)"\" |