diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-15 00:33:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-15 00:33:01 +0800 |
commit | c3471bfaaad0a94b6f05b678c1eacbc55e72e2dc (patch) | |
tree | c4ea3e5aaba5bd4ea50994c72e63527c1febb533 /calendar | |
parent | 31ee17bdb1632d36dbb151141ea532d185c9d282 (diff) | |
download | gsoc2013-evolution-c3471bfaaad0a94b6f05b678c1eacbc55e72e2dc.tar.gz gsoc2013-evolution-c3471bfaaad0a94b6f05b678c1eacbc55e72e2dc.tar.zst gsoc2013-evolution-c3471bfaaad0a94b6f05b678c1eacbc55e72e2dc.zip |
There we go... that's more like it.
svn path=/branches/kill-bonobo/; revision=36784
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/modules/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/modules/Makefile.am b/calendar/modules/Makefile.am index 4e98e416c5..7b2e636eac 100644 --- a/calendar/modules/Makefile.am +++ b/calendar/modules/Makefile.am @@ -68,6 +68,7 @@ libevolution_module_calendars_la_LIBADD = \ $(WIN32_BOOTSTRAP_LIBS) \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/calendar/gui/libcal-gui.la \ + $(top_builddir)/mail/libevolution-module-mail.la \ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la libevolution_module_memos_la_LIBADD = \ |