aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wombat/ChangeLog4
-rw-r--r--wombat/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog
index 40fe8cd40b..1acbe110b3 100644
--- a/wombat/ChangeLog
+++ b/wombat/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-18 Dan Winship <danw@ximian.com>
+
+ * Makefile.am (wombat_LDADD): Add libedb3util
+
2001-06-03 Ettore Perazzoli <ettore@ximian.com>
* Makefile.am (wombat_LDADD): Move `$(DB3_LDADD)' before libeutil.
diff --git a/wombat/Makefile.am b/wombat/Makefile.am
index 1e409bf99a..b1d617c82b 100644
--- a/wombat/Makefile.am
+++ b/wombat/Makefile.am
@@ -30,6 +30,7 @@ wombat_LDADD = \
$(top_builddir)/calendar/cal-util/libcal-util.la \
$(top_builddir)/libical/src/libical/libical.la \
$(top_builddir)/libversit/libversit.la \
+ $(top_builddir)/e-util/libedb3util.la \
$(top_builddir)/e-util/libeutil.la \
$(LDAP_LIBS) \
$(EXTRA_GNOME_LIBS) \