From: Andrew Bartlett Date: Sat, 14 May 2011 19:54:57 +0000 (+0200) Subject: build: Make msrpc3 a library X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=baad855bcaad28d341867ae03c67e68e520a743a;p=abartlet%2Fsamba.git%2F.git build: Make msrpc3 a library --- diff --git a/source3/wscript_build b/source3/wscript_build index fe02dfcd0cd..7e89745472f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -690,13 +690,14 @@ bld.SAMBA3_LIBRARY('nss_wins', realname='libnss_wins.so.2', vnum='2') -bld.SAMBA3_SUBSYSTEM('msrpc3', - source='${LIBMSRPC_SRC}', - deps='''ndr ndr-util ndr-standard +bld.SAMBA3_LIBRARY('msrpc3', + source='${LIBMSRPC_SRC}', + deps='''ndr ndr-util ndr-standard RPC_NDR_EPMAPPER NTLMSSP_COMMON COMMON_SCHANNEL LIBCLI_AUTH LIBTSOCKET KRB5_WRAP rpccommon LIBSMB''', - vars=locals()) + vars=locals(), + private_library=True) bld.SAMBA3_SUBSYSTEM('LIBMSRPC_GEN', source='',