diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-11-08 02:50:06 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-11-08 02:50:06 +0800 |
commit | 25ec1b1c821edae387f56a7e5d3199616f15c84c (patch) | |
tree | d5b59c5cff664d121569a7d696f094983249519d | |
parent | be043c8ce6817c80eb2c3909a539d7efcb28dea7 (diff) | |
download | gsoc2013-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
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/Makefile.am | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5639220852..772ff11d1a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2000-11-07 Ettore Perazzoli <ettore@helixcode.com> + + * Makefile.am (INCLUDES): Add the composer dirs. + 2000-11-07 Not Zed <NotZed@HelixCode.com> * mail-display.c (on_object_requested): God, I sure wish people 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 \ |