diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-10-25 06:05:37 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-10-25 08:16:29 +0000 |
commit | baf4c4d3070a7e710fab890fdfebc89e34d15147 (patch) | |
tree | c16e4a828774cbb9696d0dd29cf32730ada49d8b | |
parent | 5b9a3a79f72f8df7e6d2d10cc48286a35afe0e85 (diff) | |
download | samba-baf4c4d3070a7e710fab890fdfebc89e34d15147.tar.gz samba-baf4c4d3070a7e710fab890fdfebc89e34d15147.tar.bz2 samba-baf4c4d3070a7e710fab890fdfebc89e34d15147.zip |
s3-waf: use NDR_SCHANNEL
metze
-rw-r--r-- | source3/wscript_build | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index d18aa28944..884e3a2f4d 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -53,9 +53,6 @@ LIBNDR_GEN_SRC0 = '''../librpc/gen_ndr/ndr_samr.c''' LIBNDR_NETLOGON_SRC = '''../librpc/gen_ndr/ndr_netlogon.c ../librpc/ndr/ndr_netlogon.c''' -LIBNDR_SCHANNEL_SRC = '''../librpc/gen_ndr/ndr_schannel.c - ../librpc/ndr/ndr_schannel.c''' - LIBNDR_SPOOLSS_SRC = '''../librpc/gen_ndr/ndr_spoolss.c ../librpc/ndr/ndr_spoolss_buf.c''' @@ -277,8 +274,7 @@ TLDAP_SRC = '''lib/tldap.c lib/tldap_util.c lib/util_tsock.c''' SCHANNEL_SRC = '''../libcli/auth/credentials.c ../libcli/auth/schannel_sign.c - ../libcli/auth/schannel_state_tdb.c - ${LIBNDR_SCHANNEL_SRC}''' + ../libcli/auth/schannel_state_tdb.c''' LIBSMB_SRC = '''libsmb/clientgen.c libsmb/cliconnect.c libsmb/clifile.c libsmb/clikrb5.c libsmb/clispnego.c @@ -962,7 +958,7 @@ bld.SAMBA_LIBRARY('libaddns', bld.SAMBA_SUBSYSTEM('LIBMSRPC', source='${LIBMSRPC_SRC}', - deps='LIBNDR NDR_SECURITY NDR_DCERPC', + deps='LIBNDR NDR_SECURITY NDR_DCERPC NDR_SCHANNEL', vars=locals()) bld.SAMBA_SUBSYSTEM('LIBMSRPC_GEN', |