diff options
Diffstat (limited to 'composer')
-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)\" \ |