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