aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-07-13 18:17:39 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-07-13 18:17:39 +0800
commitf0f3975fa81631502c2dbba2a37368faef4493da (patch)
treef5e656909d35669dce6f7c5c03e0665bee085113 /composer
parentf77c925431ec482cfd9773cca115f640eda30fc6 (diff)
downloadgsoc2013-evolution-f0f3975fa81631502c2dbba2a37368faef4493da.tar
gsoc2013-evolution-f0f3975fa81631502c2dbba2a37368faef4493da.tar.gz
gsoc2013-evolution-f0f3975fa81631502c2dbba2a37368faef4493da.tar.bz2
gsoc2013-evolution-f0f3975fa81631502c2dbba2a37368faef4493da.tar.lz
gsoc2013-evolution-f0f3975fa81631502c2dbba2a37368faef4493da.tar.xz
gsoc2013-evolution-f0f3975fa81631502c2dbba2a37368faef4493da.tar.zst
gsoc2013-evolution-f0f3975fa81631502c2dbba2a37368faef4493da.zip
There are no camel or addressbook/backend directories in evolution.
2005-07-13 Tor Lillqvist <tml@novell.com> * Makefile.am (INCLUDES): There are no camel or addressbook/backend directories in evolution. svn path=/trunk/; revision=29755
Diffstat (limited to 'composer')
-rw-r--r--composer/ChangeLog5
-rw-r--r--composer/Makefile.am4
2 files changed, 5 insertions, 4 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 1aacbd02af..432a9e25aa 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-13 Tor Lillqvist <tml@novell.com>
+
+ * Makefile.am (INCLUDES): There are no camel or
+ addressbook/backend directories in evolution.
+
2005-07-11 Srinivasa Ragavan <sragavan@novell.com>
* Makefile.am: Removed em-attachment* from the build.
diff --git a/composer/Makefile.am b/composer/Makefile.am
index 79f12db92e..8a838e9fef 100644
--- a/composer/Makefile.am
+++ b/composer/Makefile.am
@@ -44,10 +44,6 @@ INCLUDES = \
-I$(top_builddir)/widgets \
-I$(top_srcdir)/widgets/misc \
-I$(top_builddir)/widgets/misc \
- -I$(top_srcdir)/camel \
- -I$(top_builddir)/camel \
- -I$(top_srcdir)/addressbook/backend \
- -I$(top_builddir)/addressbook/backend \
-I$(top_builddir)/shell \
-I$(top_srcdir)/shell \
-DEVOLUTION_DATADIR=\"$(datadir)\" \