summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-08-05 15:25:38 +1000
committerAndrew Tridgell <tridge@samba.org>2010-08-05 17:31:29 +1000
commitfebd35ecd29a25979ff4f7a8f7a0d9dc80399dfb (patch)
tree5e89ae630923e33998ea0db458eaad49f1737446 /source4/lib
parent8892748085d896f46582ea52d299513ce035d8a3 (diff)
downloadsamba-febd35ecd29a25979ff4f7a8f7a0d9dc80399dfb.tar.gz
samba-febd35ecd29a25979ff4f7a8f7a0d9dc80399dfb.tar.bz2
samba-febd35ecd29a25979ff4f7a8f7a0d9dc80399dfb.zip
s4-dns: fix dnsp for old build
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb-samba/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/config.mk b/source4/lib/ldb-samba/config.mk
index 1bd1be40a8..392faade10 100644
--- a/source4/lib/ldb-samba/config.mk
+++ b/source4/lib/ldb-samba/config.mk
@@ -2,7 +2,7 @@
# Start SUBSYSTEM LDBSAMBA
[SUBSYSTEM::LDBSAMBA]
PUBLIC_DEPENDENCIES = LIBLDB
-PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS
+PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS NDR_DNSP
# End SUBSYSTEM LDBSAMBA
################################################