From b5fd7e342a165edde78c37fd8e778dcd8a4c3403 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 8 Apr 2006 04:19:48 +0000 Subject: [PATCH] fix typo in last commit --- build/top.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/top.mk b/build/top.mk index 345debdfbe..7e8bf4bbcf 100644 --- a/build/top.mk +++ b/build/top.mk @@ -157,7 +157,7 @@ LUTIL_LIBS = @LUTIL_LIBS@ LTHREAD_LIBS = @LTHREAD_LIBS@ BDB_LIBS = @BDB_LIBS@ -LDBM_LIBS = $(LDBM_LIBS) +LDBM_LIBS = $(BDB_LIBS) LDAP_LIBLBER_LA = $(LDAP_LIBDIR)/liblber/liblber.la LDAP_LIBLDAP_LA = $(LDAP_LIBDIR)/libldap/libldap.la -- 2.39.5