summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-10-25 06:07:46 +0000
committerStefan Metzmacher <metze@samba.org>2010-10-25 08:58:49 +0000
commitadcfda92439f90c5c05fc80495dff53d9baa219f (patch)
treee8d28e7c261e9b9d2af0c3191d129f05ed03e5f4 /source3
parent98021831d768ebeea0f216f3ad65738c0ea45f37 (diff)
downloadsamba-adcfda92439f90c5c05fc80495dff53d9baa219f.tar.gz
samba-adcfda92439f90c5c05fc80495dff53d9baa219f.tar.bz2
samba-adcfda92439f90c5c05fc80495dff53d9baa219f.zip
s3-waf: implement LIBMSRPC_GEN as tiny wrapper of 'NDR_STANDARD NDR_DSSETUP NDR_SPOOLSS'
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 25 08:58:49 UTC 2010 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r--source3/wscript_build25
1 files changed, 2 insertions, 23 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 0f16daab45..6a30e83dc3 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -48,14 +48,6 @@ LIBNDR_SRC = '''../librpc/ndr/ndr_basic.c
../librpc/ndr/uuid.c
librpc/ndr/util.c'''
-LIBNDR_GEN_SRC0 = '''../librpc/gen_ndr/ndr_samr.c'''
-
-LIBNDR_NETLOGON_SRC = '''../librpc/gen_ndr/ndr_netlogon.c
- ../librpc/ndr/ndr_netlogon.c'''
-
-LIBNDR_SPOOLSS_SRC = '''../librpc/gen_ndr/ndr_spoolss.c
- ../librpc/ndr/ndr_spoolss_buf.c'''
-
LIBCLI_SPOOLSS_SRC = '''
../librpc/gen_ndr/cli_spoolss.c
../librpc/gen_ndr/ndr_spoolss_c.c
@@ -118,18 +110,6 @@ LIBCLI_EPMAPPER_SRC = '''
../librpc/gen_ndr/cli_epmapper.c
../librpc/gen_ndr/ndr_epmapper_c.c'''
-LIBNDR_GEN_SRC = '''../librpc/gen_ndr/ndr_wkssvc.c
- ${LIBNDR_GEN_SRC0}
- ../librpc/gen_ndr/ndr_dfs.c
- ../librpc/gen_ndr/ndr_winreg.c
- ../librpc/gen_ndr/ndr_initshutdown.c
- ../librpc/gen_ndr/ndr_srvsvc.c
- ${LIBNDR_NETLOGON_SRC}
- ../librpc/gen_ndr/ndr_dssetup.c
- ../librpc/gen_ndr/ndr_epmapper.c
- ../librpc/gen_ndr/ndr_ntsvcs.c
- ${LIBNDR_SPOOLSS_SRC}'''
-
# this includes only the low level parse code, not stuff
# that requires knowledge of security contexts
REG_PARSE_PRS_SRC = '''registry/reg_parse_prs.c'''
@@ -961,9 +941,8 @@ bld.SAMBA_SUBSYSTEM('LIBMSRPC',
vars=locals())
bld.SAMBA_SUBSYSTEM('LIBMSRPC_GEN',
- source='${LIBNDR_GEN_SRC}',
- deps='''LIBNDR NDR_SECURITY NDR_DCERPC NDR_EVENTLOG NDR_LSA
- NDR_ECHO''',
+ source='',
+ deps='''NDR_STANDARD NDR_DSSETUP NDR_SPOOLSS''',
vars=locals())
bld.SAMBA_SUBSYSTEM('LIBGPO',