diff options
author | Günther Deschner <gd@samba.org> | 2011-01-12 12:12:22 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-01-13 14:09:27 +0100 |
commit | 9a9ee03ae8331e81281c12b159df1dd66b5cc851 (patch) | |
tree | b4f889f8f0c43f97ccb25dbf95c5e1e9919f8eb5 /source3/wscript_build | |
parent | 5e4b327c4f1a9a09cb46514e7ed5c213031f1218 (diff) | |
download | samba-9a9ee03ae8331e81281c12b159df1dd66b5cc851.tar.gz samba-9a9ee03ae8331e81281c12b159df1dd66b5cc851.tar.bz2 samba-9a9ee03ae8331e81281c12b159df1dd66b5cc851.zip |
s3-waf: remove RPCCLI_NETLOGON subsystem.
Guenther
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index d8ea758954..f915294889 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1095,10 +1095,6 @@ bld.SAMBA_SUBSYSTEM('RPCCLI_LSA', source='../librpc/gen_ndr/cli_lsa.c', public_deps='RPC_NDR_LSA') -bld.SAMBA_SUBSYSTEM('RPCCLI_NETLOGON', - source='../librpc/gen_ndr/cli_netlogon.c', - public_deps='RPC_NDR_NETLOGON') - bld.SAMBA_SUBSYSTEM('RPCCLI_SRVSVC', source='../librpc/gen_ndr/cli_srvsvc.c', public_deps='RPC_NDR_SRVSVC') @@ -1117,7 +1113,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_LSA', bld.SAMBA_SUBSYSTEM('LIBRPCCLI_NETLOGON', source=LIBRPCCLI_NETLOGON_SRC, - deps='RPCCLI_NETLOGON') + deps='RPC_NDR_NETLOGON') bld.SAMBA_SUBSYSTEM('LIBCLI_SPOOLSS', source=LIBCLI_SPOOLSS_SRC, |