summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-19 23:17:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:33 -0500
commitc4e7c6e2daf20f721c51e56bf90ac3856c30d954 (patch)
tree6eb16533bc9a0ca1718e653ccb5e1cbe3cdc4461
parent18a1d6862f8f8f52cbd4bd16756ab5ebb81503e7 (diff)
downloadsamba-c4e7c6e2daf20f721c51e56bf90ac3856c30d954.tar.gz
samba-c4e7c6e2daf20f721c51e56bf90ac3856c30d954.tar.bz2
samba-c4e7c6e2daf20f721c51e56bf90ac3856c30d954.zip
r7767: fixed ldb dependencies
(This used to be commit 97e4ba84fb4cf4b95270c5d49b6bb8a9a92feaac)
-rw-r--r--source4/lib/ldb/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk
index 82083e3137..9206ac1081 100644
--- a/source4/lib/ldb/config.mk
+++ b/source4/lib/ldb/config.mk
@@ -95,7 +95,7 @@ REQUIRED_SUBSYSTEMS = \
[SUBSYSTEM::LIBLDB_CMDLINE]
OBJ_FILES= \
lib/ldb/tools/cmdline.o
-REQUIRED_SUBSYSTEMS = LIBLDB LIBCMDLINE
+REQUIRED_SUBSYSTEMS = LIBLDB LIBCMDLINE LIBBASIC
# End SUBSYSTEM LIBLDB_CMDLINE
################################################