diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 01:44:26 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 01:44:26 +0100 |
commit | e7c371996deb2d1517d2a7b8d7aa0ff75d7138ce (patch) | |
tree | 1225e0a4fab12c55ffb31f27b438bf9e5096efc5 /source4/dsdb/wscript_build | |
parent | 0d6f1a1630a3b26169fd68535d0ab97aa301913c (diff) | |
download | samba-e7c371996deb2d1517d2a7b8d7aa0ff75d7138ce.tar.gz samba-e7c371996deb2d1517d2a7b8d7aa0ff75d7138ce.tar.bz2 samba-e7c371996deb2d1517d2a7b8d7aa0ff75d7138ce.zip |
samdb: Make private (at least for the moment).
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r-- | source4/dsdb/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index cc6e2339bc..1b3e363f9f 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -5,9 +5,9 @@ bld.RECURSE('samdb/ldb_modules') bld.SAMBA_LIBRARY('SAMDB', source='samdb/samdb.c samdb/samdb_privilege.c samdb/cracknames.c repl/replicated_objects.c', autoproto='samdb/samdb_proto.h', + private_library=True, public_deps='krb5', deps='ndr NDR_DRSUAPI NDR_DRSBLOBS auth_system_session LIBCLI_AUTH ndr SAMDB_SCHEMA LDBSAMBA samdb-common LIBCLI_DRSUAPI LIBCLI_LDAP_NDR samba-util com_err authkrb5 CREDENTIALS ldbwrap', - vnum='0.0.1' ) |