diff options
author | Jason Leach <jleach@ximian.com> | 2001-05-29 03:55:47 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-05-29 03:55:47 +0800 |
commit | b711b6734786a809af3e5c1c89ab24f646e471b4 (patch) | |
tree | 0ef99098498dc475e42acc1d27025fe36e4449f7 /composer/Makefile.am | |
parent | e085e7e66628414e659d4375414abdf0fd733d20 (diff) | |
download | gsoc2013-evolution-b711b6734786a809af3e5c1c89ab24f646e471b4.tar.gz 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/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |