From 9a2c9c2fc264627494b16923f3055d4aa09ae835 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 20 Oct 2010 18:19:55 +1100 Subject: s4-dsdb: make SAMDB_COMMON into a private library Pair-Programmed-With: Andrew Bartlett --- source4/dsdb/wscript_build | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index db2f38b1b1..6955eb49d3 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -11,11 +11,12 @@ bld.SAMBA_LIBRARY('SAMDB', ) -bld.SAMBA_SUBSYSTEM('SAMDB_COMMON', - source='common/util.c common/util_samr.c common/dsdb_dn.c common/dsdb_access.c ../../libds/common/flag_mapping.c', - autoproto='common/proto.h', - deps='ldb NDR_DRSBLOBS LIBCLI_LDAP_NDR UTIL_LDB LIBCLI_AUTH LIBTSOCKET samba_socket LIBSAMBA-HOSTCONFIG' - ) +bld.SAMBA_LIBRARY('SAMDB_COMMON', + source='common/util.c common/util_samr.c common/dsdb_dn.c common/dsdb_access.c ../../libds/common/flag_mapping.c', + autoproto='common/proto.h', + private_library=True, + deps='ldb NDR_DRSBLOBS UTIL_LDB LIBCLI_AUTH LIBSAMBA-HOSTCONFIG' + ) bld.SAMBA_SUBSYSTEM('SAMDB_SCHEMA', -- cgit