aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-11-14 13:22:44 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-11-14 13:22:44 +0800
commit31ee17bdb1632d36dbb151141ea532d185c9d282 (patch)
treef319e769d11a1b1915838cd1b84dee8f6e93be65 /calendar/gui/Makefile.am
parent8c0bd86d5fdd6d87c3170e2a01423e7c7018a981 (diff)
downloadgsoc2013-evolution-31ee17bdb1632d36dbb151141ea532d185c9d282.tar
gsoc2013-evolution-31ee17bdb1632d36dbb151141ea532d185c9d282.tar.gz
gsoc2013-evolution-31ee17bdb1632d36dbb151141ea532d185c9d282.tar.bz2
gsoc2013-evolution-31ee17bdb1632d36dbb151141ea532d185c9d282.tar.lz
gsoc2013-evolution-31ee17bdb1632d36dbb151141ea532d185c9d282.tar.xz
gsoc2013-evolution-31ee17bdb1632d36dbb151141ea532d185c9d282.tar.zst
gsoc2013-evolution-31ee17bdb1632d36dbb151141ea532d185c9d282.zip
More library dependency unravelling.
svn path=/branches/kill-bonobo/; revision=36783
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r--calendar/gui/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index a0d15b0061..b371ec263b 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -178,6 +178,8 @@ libcal_gui_la_SOURCES = \
libcal_gui_la_LIBADD = \
$(WIN32_BOOTSTRAP_LIBS) \
$(top_builddir)/composer/libcomposer.la \
+ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
+ $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \
$(top_builddir)/widgets/menus/libmenus.la \
$(top_builddir)/shell/libeshell.la \
$(top_builddir)/calendar/common/libevolution-calendarprivate.la \