diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-17 16:19:45 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-02-18 18:41:00 +1100 |
commit | 177ddcb084e8f8608bf2012a7c58f7b1e56d2acd (patch) | |
tree | faa113244c96d2cc2803328528291d7c15e962c6 /source3/wscript_build | |
parent | a493bf9103e5a36e0aef0d1bf1a055f602955d0f (diff) | |
download | samba-177ddcb084e8f8608bf2012a7c58f7b1e56d2acd.tar.gz samba-177ddcb084e8f8608bf2012a7c58f7b1e56d2acd.tar.bz2 samba-177ddcb084e8f8608bf2012a7c58f7b1e56d2acd.zip |
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
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 11 |
1 files changed, 1 insertions, 10 deletions
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') |