aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wombat/ChangeLog4
-rw-r--r--wombat/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog
index 9e6069a254..6b0dfcd6da 100644
--- a/wombat/ChangeLog
+++ b/wombat/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-28 Radek Doulik <rodo@ximian.com>
+
+ * Makefile.am (wombat_LDADD): added DB3_LDADD
+
2002-01-27 Ettore Perazzoli <ettore@ximian.com>
* Makefile.am: Use WOMBAT_LIBS and WOMBAT_CFLAGS.
diff --git a/wombat/Makefile.am b/wombat/Makefile.am
index 68017e81eb..fac8d0aec9 100644
--- a/wombat/Makefile.am
+++ b/wombat/Makefile.am
@@ -36,7 +36,8 @@ wombat_LDADD = \
$(top_builddir)/e-util/libedb3util.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/libwombat/libwombat.la \
- $(WOMBAT_LIBS)
+ $(WOMBAT_LIBS) \
+ $(DB3_LDADD)
oafdir = $(datadir)/oaf