diff options
author | Tor Lillqvist <tml@novell.com> | 2005-07-13 18:17:39 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-07-13 18:17:39 +0800 |
commit | f0f3975fa81631502c2dbba2a37368faef4493da (patch) | |
tree | f5e656909d35669dce6f7c5c03e0665bee085113 | |
parent | f77c925431ec482cfd9773cca115f640eda30fc6 (diff) | |
download | gsoc2013-evolution-f0f3975fa81631502c2dbba2a37368faef4493da.tar.gz 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
-rw-r--r-- | composer/ChangeLog | 5 | ||||
-rw-r--r-- | composer/Makefile.am | 4 |
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)\" \ |