diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2009-08-07 11:32:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-12 04:14:37 +0800 |
commit | b5a2e47cb53aa92be37b469d3d9d625ea8477416 (patch) | |
tree | ceb9c2085d34fc1c3914f4c65656945a4f951db9 /modules/calendar | |
parent | 46cc80aa8c6579a8badb79e719bd9aec29220e9f (diff) | |
download | gsoc2013-evolution-b5a2e47cb53aa92be37b469d3d9d625ea8477416.tar.gz gsoc2013-evolution-b5a2e47cb53aa92be37b469d3d9d625ea8477416.tar.zst gsoc2013-evolution-b5a2e47cb53aa92be37b469d3d9d625ea8477416.zip |
Allow calendar to be written as a external app and split the huge .so to
a share private lib and component lib.
Diffstat (limited to 'modules/calendar')
-rw-r--r-- | modules/calendar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/Makefile.am b/modules/calendar/Makefile.am index fa63bf53e4..8f771167d9 100644 --- a/modules/calendar/Makefile.am +++ b/modules/calendar/Makefile.am @@ -62,7 +62,7 @@ libevolution_module_calendar_la_SOURCES = \ libevolution_module_calendar_la_LIBADD = \ $(top_builddir)/shell/libeshell.la \ - $(top_builddir)/calendar/gui/libcal-gui.la \ + $(top_builddir)/calendar/gui/libevolution-calendar.la \ $(top_builddir)/calendar/importers/libevolution-calendar-importers.la \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \ |