diff options
author | Frédéric Crozat <fcrozat@src.gnome.org> | 2003-09-01 14:15:34 +0800 |
---|---|---|
committer | Frédéric Crozat <fcrozat@src.gnome.org> | 2003-09-01 14:15:34 +0800 |
commit | 1537b6f23ccbdc036fef37b94936e989cde4b797 (patch) | |
tree | 9be2ed579242da54229dc18b3777a7d306ab6241 | |
parent | e02f7529a8cc3b1c71a49f7527e03e1a7b0150e1 (diff) | |
download | gsoc2013-evolution-1537b6f23ccbdc036fef37b94936e989cde4b797.tar gsoc2013-evolution-1537b6f23ccbdc036fef37b94936e989cde4b797.tar.gz gsoc2013-evolution-1537b6f23ccbdc036fef37b94936e989cde4b797.tar.bz2 gsoc2013-evolution-1537b6f23ccbdc036fef37b94936e989cde4b797.tar.lz gsoc2013-evolution-1537b6f23ccbdc036fef37b94936e989cde4b797.tar.xz gsoc2013-evolution-1537b6f23ccbdc036fef37b94936e989cde4b797.tar.zst gsoc2013-evolution-1537b6f23ccbdc036fef37b94936e989cde4b797.zip |
Statically link with wombat. Fix ETodo conduit. (Mdk bug #5348)
* conduits/todo/Makefile.am:
Statically link with wombat. Fix ETodo conduit.
(Mdk bug #5348)
svn path=/trunk/; revision=22429
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/conduits/todo/Makefile.am | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 28cd6195bb..e3eaffa7f2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2003-09-11 Frederic Crozat <fcrozat@mandrakesoft.com> + + * conduits/todo/Makefile.am: + Statically link with wombat. Fix ETodo conduit. + (Mdk bug #5348) + 2003-09-01 Andrew Wu <Yang.Wu@sun.com> * gui/e-day-view.c: (e_day_view_change_event_end_time_up): diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am index ab0285fbbd..83164b37b8 100644 --- a/calendar/conduits/todo/Makefile.am +++ b/calendar/conduits/todo/Makefile.am @@ -22,6 +22,7 @@ libetodo_conduit_la_LIBADD = \ $(top_builddir)/calendar/cal-util/libcal-util-static.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/libical/src/libical/libical-static.la \ + $(top_builddir)/libwombat/libwombat-static.la \ $(top_builddir)/e-util/libeconduit.la \ $(EVOLUTION_CALENDAR_CONDUIT_LIBS) |