aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Xu <antonio.xu@sun.com>2003-07-03 20:23:44 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-07-03 20:23:44 +0800
commit08759ca762beb162e661bc48e1aa52389fea9952 (patch)
treeddda088415af2fc9f85ac344b90c6f580a651294
parent1608163840757db6a99593f77c98107900ec33f1 (diff)
downloadgsoc2013-evolution-08759ca762beb162e661bc48e1aa52389fea9952.tar
gsoc2013-evolution-08759ca762beb162e661bc48e1aa52389fea9952.tar.gz
gsoc2013-evolution-08759ca762beb162e661bc48e1aa52389fea9952.tar.bz2
gsoc2013-evolution-08759ca762beb162e661bc48e1aa52389fea9952.tar.lz
gsoc2013-evolution-08759ca762beb162e661bc48e1aa52389fea9952.tar.xz
gsoc2013-evolution-08759ca762beb162e661bc48e1aa52389fea9952.tar.zst
gsoc2013-evolution-08759ca762beb162e661bc48e1aa52389fea9952.zip
Fixes #45767
2003-07-03 Antonio Xu <antonio.xu@sun.com> Fixes #45767 * conduits/todo/Makefile.am: removed libwombat from the build. svn path=/trunk/; revision=21732
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/conduits/todo/Makefile.am1
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 89c8ab8329..07e8ad6c27 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-03 Antonio Xu <antonio.xu@sun.com>
+
+ Fixes #45767
+
+ * conduits/todo/Makefile.am: removed libwombat from the build.
+
2003-07-02 Harry Lu <harry.lu@sun.com>
Fixes #44485
diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am
index 43e3c5940b..ab0285fbbd 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-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)