aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/ChangeLog4
-rw-r--r--e-util/Makefile.am3
2 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 4d25b81e25..39b002ea38 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-24 Dan Winship <danw@ximian.com>
+
+ * Makefile.am (libedb3util_la_LIBADD): add $(DB3_LDADD)
+
2003-10-22 Dan Winship <danw@ximian.com>
* e-bonobo-factory-util.[ch]: Gone; unused since 1.2
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 3b54533b4f..5ecdaa4e71 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -137,5 +137,8 @@ libedb3util_la_SOURCES = \
e-db3-utils.c \
e-dbhash.c
+libedb3util_la_LIBADD = \
+ $(DB3_LDADD)
+
BUILT_SOURCES = $(MARSHAL_GENERATED)
CLEANFILES = $(BUILT_SOURCES)