diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-09-17 01:06:23 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-09-17 01:06:23 +0800 |
commit | 2804184266467dc6d8587d97d97cc2e7c70a76ec (patch) | |
tree | 5145375c2907f5bc385eac8adffe6eb9233ac41b | |
parent | e62d27cf3caf539741e137d5ee374f33bad52c48 (diff) | |
download | gsoc2013-evolution-2804184266467dc6d8587d97d97cc2e7c70a76ec.tar gsoc2013-evolution-2804184266467dc6d8587d97d97cc2e7c70a76ec.tar.gz gsoc2013-evolution-2804184266467dc6d8587d97d97cc2e7c70a76ec.tar.bz2 gsoc2013-evolution-2804184266467dc6d8587d97d97cc2e7c70a76ec.tar.lz gsoc2013-evolution-2804184266467dc6d8587d97d97cc2e7c70a76ec.tar.xz gsoc2013-evolution-2804184266467dc6d8587d97d97cc2e7c70a76ec.tar.zst gsoc2013-evolution-2804184266467dc6d8587d97d97cc2e7c70a76ec.zip |
removed libwombat reference.
2003-09-16 Rodrigo Moya <rodrigo@ximian.com>
* conduits/todo/Makefile.am: removed libwombat reference.
svn path=/trunk/; revision=22587
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/conduits/todo/Makefile.am | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 09d2a5d067..da5e539c35 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2003-09-16 Rodrigo Moya <rodrigo@ximian.com> + + * conduits/todo/Makefile.am: removed libwombat reference. + 2003-09-15 Harry Lu <harry.lu@sun.com> * gui/apps_evolution_calendar.schemas: change last_notification_time's diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am index 3ffe0c9d05..af7be55860 100644 --- a/calendar/conduits/todo/Makefile.am +++ b/calendar/conduits/todo/Makefile.am @@ -22,7 +22,6 @@ libetodo_conduit_la_LIBADD = \ $(top_builddir)/calendar/cal-util/libcal-util.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/libical/src/libical/libical.la \ - $(top_builddir)/libwombat/libwombat.la \ $(top_builddir)/e-util/libeconduit.la \ $(EVOLUTION_CALENDAR_CONDUIT_LIBS) |