From b711b6734786a809af3e5c1c89ab24f646e471b4 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Mon, 28 May 2001 19:55:47 +0000 Subject: srcdir != builddir fix. 2001-05-28 Jason Leach * Makefile.am (INCLUDES): srcdir != builddir fix. svn path=/trunk/; revision=10031 --- composer/ChangeLog | 4 ++++ composer/Makefile.am | 1 + 2 files changed, 5 insertions(+) (limited to 'composer') 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 + + * Makefile.am (INCLUDES): srcdir != builddir fix. + 2001-05-24 Jeffrey Stedfast * 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 \ -- cgit v1.2.3