aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-11-08 02:50:06 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-11-08 02:50:06 +0800
commit25ec1b1c821edae387f56a7e5d3199616f15c84c (patch)
treed5b59c5cff664d121569a7d696f094983249519d /mail/Makefile.am
parentbe043c8ce6817c80eb2c3909a539d7efcb28dea7 (diff)
downloadgsoc2013-evolution-25ec1b1c821edae387f56a7e5d3199616f15c84c.tar
gsoc2013-evolution-25ec1b1c821edae387f56a7e5d3199616f15c84c.tar.gz
gsoc2013-evolution-25ec1b1c821edae387f56a7e5d3199616f15c84c.tar.bz2
gsoc2013-evolution-25ec1b1c821edae387f56a7e5d3199616f15c84c.tar.lz
gsoc2013-evolution-25ec1b1c821edae387f56a7e5d3199616f15c84c.tar.xz
gsoc2013-evolution-25ec1b1c821edae387f56a7e5d3199616f15c84c.tar.zst
gsoc2013-evolution-25ec1b1c821edae387f56a7e5d3199616f15c84c.zip
Builddir != srcdir is The Way, man.
svn path=/trunk/; revision=6484
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index a3ce6e27e8..b28ec287c4 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -8,8 +8,10 @@ INCLUDES = \
-I$(top_srcdir)/widgets \
-I$(top_srcdir)/widgets/e-text \
-I$(top_srcdir)/widgets/misc \
- -I$(top_srcdir) \
-I$(top_srcdir)/camel \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/composer \
+ -I$(top_builddir)/composer \
-I$(top_builddir)/shell \
-I$(top_srcdir)/shell \
-I$(top_builddir)/executive-summary \