diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-08-05 15:25:38 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-08-05 17:31:29 +1000 |
commit | febd35ecd29a25979ff4f7a8f7a0d9dc80399dfb (patch) | |
tree | 5e89ae630923e33998ea0db458eaad49f1737446 /source4/lib/ldb-samba/config.mk | |
parent | 8892748085d896f46582ea52d299513ce035d8a3 (diff) | |
download | samba-febd35ecd29a25979ff4f7a8f7a0d9dc80399dfb.tar.gz samba-febd35ecd29a25979ff4f7a8f7a0d9dc80399dfb.tar.bz2 samba-febd35ecd29a25979ff4f7a8f7a0d9dc80399dfb.zip |
s4-dns: fix dnsp for old build
Diffstat (limited to 'source4/lib/ldb-samba/config.mk')
-rw-r--r-- | source4/lib/ldb-samba/config.mk | 2 |
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 ################################################ |