aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer/ChangeLog4
-rw-r--r--composer/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index bc58eb723c..a3f7f8933b 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-28 Jason Leach <jleach@ximian.com>
+
+ * Makefile.am (INCLUDES): srcdir != builddir fix.
+
2001-05-24 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (e_msg_composer_new_with_message): Populate the
diff --git a/composer/Makefile.am b/composer/Makefile.am
index 898c372e5e..b7c7a38a5f 100644
--- a/composer/Makefile.am
+++ b/composer/Makefile.am
@@ -48,6 +48,7 @@ INCLUDES = \
-I$(top_builddir)/widgets \
-I$(top_srcdir)/camel \
-I$(top_builddir)/camel \
+ -I$(top_srcdir)/addressbook/backend/ebook \
-I$(top_builddir)/addressbook/backend/ebook \
-I$(top_builddir)/addressbook/gui/component/select-names \
-I$(top_builddir)/shell \