summaryrefslogtreecommitdiff
path: root/source/lib/basic.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-05-08 21:17:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:15 -0500
commita90202abca26c0da5425a2f3dd8494077c3290fd (patch)
tree54db8f61fc82479021423ad39d848baaa5b57426 /source/lib/basic.mk
parent5cd100de829b75b83e49bd572a33a267cf86f215 (diff)
downloadsamba-a90202abca26c0da5425a2f3dd8494077c3290fd.tar.gz
r22762: Some ldb_map changes:
* Change license to LGPL, so it can be used by non-Samba users of LDB (cleared with Martin as well). * Include ldb_map in standalone build. * Move ldb_map to its own directory
Diffstat (limited to 'source/lib/basic.mk')
-rw-r--r--source/lib/basic.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/basic.mk b/source/lib/basic.mk
index 813ddf649d4..823057fbc70 100644
--- a/source/lib/basic.mk
+++ b/source/lib/basic.mk
@@ -43,5 +43,5 @@ OBJ_FILES = gencache/gencache.o \
PUBLIC_PROTO_HEADER = db_wrap_proto.h
PUBLIC_HEADERS = db_wrap.h
OBJ_FILES = db_wrap.o gendb.o
-PUBLIC_DEPENDENCIES = LIBTDB ldb
+PUBLIC_DEPENDENCIES = LIBTDB LIBLDB
PRIVATE_DEPENDENCIES = LDBSAMBA