diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-20 12:33:23 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-20 12:33:23 +0800 |
commit | 5a1c48696363e3f3c7ffe11bdffdcad6557f811a (patch) | |
tree | 816b61003397929415eeaa75a5cc81aec1a6ab91 /addressbook/gui/component/Makefile.am | |
parent | 22d41a51fae2d18315887b05000cf7facc36e887 (diff) | |
download | gsoc2013-evolution-5a1c48696363e3f3c7ffe11bdffdcad6557f811a.tar.gz gsoc2013-evolution-5a1c48696363e3f3c7ffe11bdffdcad6557f811a.tar.zst gsoc2013-evolution-5a1c48696363e3f3c7ffe11bdffdcad6557f811a.zip |
Untangle some circular dependencies with the composer.
Addressbook and calendar no longer depend on the mailer.
svn path=/branches/kill-bonobo/; revision=37107
Diffstat (limited to 'addressbook/gui/component/Makefile.am')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index c245592bea..ad603bf9b4 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -1,7 +1,3 @@ -if OS_WIN32 -WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libevolution-mail.la -endif - INCLUDES = \ -DG_LOG_DOMAIN=\"evolution-addressbook\" \ -I$(top_srcdir) \ |