From 25ec1b1c821edae387f56a7e5d3199616f15c84c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 7 Nov 2000 18:50:06 +0000 Subject: Builddir != srcdir is The Way, man. svn path=/trunk/; revision=6484 --- mail/ChangeLog | 4 ++++ mail/Makefile.am | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 + + * Makefile.am (INCLUDES): Add the composer dirs. + 2000-11-07 Not Zed * 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 \ -- cgit v1.2.3