diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-08-05 15:22:49 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-08-05 17:31:29 +1000 |
commit | 1a701914fd226f7d3844bd6feadcd58cb7144246 (patch) | |
tree | 177ab35141ee5d3972e6e3008b2e108e55c42e2f /source4/lib/ldb-samba/wscript_build | |
parent | 2883bc94c76bc54187bb9bd0db1a36dd482a0aea (diff) | |
download | samba-1a701914fd226f7d3844bd6feadcd58cb7144246.tar.gz samba-1a701914fd226f7d3844bd6feadcd58cb7144246.tar.bz2 samba-1a701914fd226f7d3844bd6feadcd58cb7144246.zip |
s4-ldb: added ldif handler for the dnsRecord attribute
Diffstat (limited to 'source4/lib/ldb-samba/wscript_build')
-rw-r--r-- | source4/lib/ldb-samba/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build index a58316ec13..7fdaac8b90 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 SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS CREDENTIALS UTIL_LDB' + deps='LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS CREDENTIALS UTIL_LDB NDR_DNSP' ) |