summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-07 01:44:26 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-07 01:44:26 +0100
commite7c371996deb2d1517d2a7b8d7aa0ff75d7138ce (patch)
tree1225e0a4fab12c55ffb31f27b438bf9e5096efc5 /source4
parent0d6f1a1630a3b26169fd68535d0ab97aa301913c (diff)
downloadsamba-e7c371996deb2d1517d2a7b8d7aa0ff75d7138ce.tar.gz
samba-e7c371996deb2d1517d2a7b8d7aa0ff75d7138ce.tar.bz2
samba-e7c371996deb2d1517d2a7b8d7aa0ff75d7138ce.zip
samdb: Make private (at least for the moment).
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/wscript_build2
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'
)