diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-10 16:56:55 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-10 23:08:45 +0200 |
commit | 6280725b47391c69dd7db1133c15bd0ce7418da6 (patch) | |
tree | 3b88438a48aded9cca475c557634a695b59f2121 /source4/lib/ldb-samba/wscript_build | |
parent | 614c8ea98650405b461a6ce034ee5e5acc45a952 (diff) | |
download | samba-6280725b47391c69dd7db1133c15bd0ce7418da6.tar.gz samba-6280725b47391c69dd7db1133c15bd0ce7418da6.tar.bz2 samba-6280725b47391c69dd7db1133c15bd0ce7418da6.zip |
samdb: Handle schema setup in samdb, not in more generic ldbsamba.
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 7fdaac8b90..d647884353 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 NDR_DNSP' + deps='LIBSECURITY LIBNDR NDR_DRSBLOBS CREDENTIALS UTIL_LDB NDR_DNSP' ) |