summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-10-18 19:24:43 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-10-18 19:35:11 +0200
commit3ead246062b927e44cb75e684cc67c41109d63c4 (patch)
tree8f804542b8972f21209ee71ed43bab38b9317327 /source4/lib
parenta610ce4aa63b5bbe0886e510f7ccd9a6f95e266d (diff)
downloadsamba-3ead246062b927e44cb75e684cc67c41109d63c4.tar.gz
samba-3ead246062b927e44cb75e684cc67c41109d63c4.tar.bz2
samba-3ead246062b927e44cb75e684cc67c41109d63c4.zip
s4:"util_ldb" - remove some really unused dependancies
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/basic.mk2
-rw-r--r--source4/lib/ldb-samba/wscript_build2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk
index 4b40ed41d4..7df92d432d 100644
--- a/source4/lib/basic.mk
+++ b/source4/lib/basic.mk
@@ -11,7 +11,7 @@ GENCACHE_OBJ_FILES = $(libgencachesrcdir)/gencache.o
[SUBSYSTEM::LDB_WRAP]
PUBLIC_DEPENDENCIES = LIBLDB
-PRIVATE_DEPENDENCIES = LDBSAMBA UTIL_LDB
+PRIVATE_DEPENDENCIES = LDBSAMBA
LDB_WRAP_OBJ_FILES = $(libsrcdir)/ldb_wrap.o
PUBLIC_HEADERS += $(libsrcdir)/ldb_wrap.h
diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build
index fd07fd1aff..a2ac32bdbe 100644
--- a/source4/lib/ldb-samba/wscript_build
+++ b/source4/lib/ldb-samba/wscript_build
@@ -9,7 +9,7 @@ bld.SAMBA_SUBSYSTEM('LDBSAMBA',
autoproto='ldif_handlers_proto.h',
public_deps='ldb',
public_headers='ldb_wrap.h',
- deps='LIBSECURITY LIBNDR NDR_DRSBLOBS CREDENTIALS UTIL_LDB NDR_DNSP SAMDB'
+ deps='LIBSECURITY LIBNDR NDR_DRSBLOBS CREDENTIALS NDR_DNSP SAMDB'
)