aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-05-29 03:55:47 +0800
committerJacob Leach <jleach@src.gnome.org>2001-05-29 03:55:47 +0800
commitb711b6734786a809af3e5c1c89ab24f646e471b4 (patch)
tree0ef99098498dc475e42acc1d27025fe36e4449f7 /composer
parente085e7e66628414e659d4375414abdf0fd733d20 (diff)
downloadgsoc2013-evolution-b711b6734786a809af3e5c1c89ab24f646e471b4.tar
gsoc2013-evolution-b711b6734786a809af3e5c1c89ab24f646e471b4.tar.gz
gsoc2013-evolution-b711b6734786a809af3e5c1c89ab24f646e471b4.tar.bz2
gsoc2013-evolution-b711b6734786a809af3e5c1c89ab24f646e471b4.tar.lz
gsoc2013-evolution-b711b6734786a809af3e5c1c89ab24f646e471b4.tar.xz
gsoc2013-evolution-b711b6734786a809af3e5c1c89ab24f646e471b4.tar.zst
gsoc2013-evolution-b711b6734786a809af3e5c1c89ab24f646e471b4.zip
srcdir != builddir fix.
2001-05-28 Jason Leach <jleach@ximian.com> * Makefile.am (INCLUDES): srcdir != builddir fix. svn path=/trunk/; revision=10031
Diffstat (limited to 'composer')
-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 \