From 177ddcb084e8f8608bf2012a7c58f7b1e56d2acd Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 17 Feb 2011 16:19:45 +1100 Subject: librpc push NDR_SECURITY and NDR_DCERPC to the top level wscript files There isn't any reson to keep these private to source3 and source4 and more, and doing so creates problems for the top level build. Andrew Bartlett --- source3/wscript_build | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index 9a78d5a676..8f995ee490 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -727,7 +727,7 @@ bld.SAMBA3_LIBRARY('nss_wins', bld.SAMBA3_SUBSYSTEM('LIBMSRPC', source='${LIBMSRPC_SRC}', - deps='''ndr ndr-util NDR_SECURITY NDR_DCERPC3 NDR_SCHANNEL + deps='''ndr ndr-util NDR_SECURITY NDR_DCERPC NDR_SCHANNEL RPC_NDR_EPMAPPER COMMON_SCHANNELDB LIBCLI_AUTH LIBTSOCKET''', vars=locals()) @@ -1014,15 +1014,6 @@ bld.SAMBA3_SUBSYSTEM('dcerpc', '', deps='UTIL_TEVENT') bld.SAMBA3_SUBSYSTEM('ldb', source='lib/ldb_compat.c') -bld.SAMBA3_SUBSYSTEM('NDR_SECURITY', - source='''../librpc/gen_ndr/ndr_security.c ../librpc/ndr/ndr_sec_helper.c''', - deps='ndr', - vars=locals()) - -bld.SAMBA3_SUBSYSTEM('NDR_DCERPC3', - source='../librpc/gen_ndr/ndr_dcerpc.c', - vars=locals()) - bld.SAMBA3_SUBSYSTEM('errors', source='../libcli/util/doserr.c libsmb/nterr.c libsmb/errormap.c libsmb/smberr.c lib/errmap_unix.c') -- cgit