summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-06-03 10:25:32 +0200
committerGünther Deschner <gd@samba.org>2010-06-03 11:00:27 +0200
commit4b342b73a6706eb6ce4b7e20d273b53583a64358 (patch)
treebd7ec61017282327162141d76c7f56a993d39fd9 /source3/wscript_build
parent84a8f0451d618ad05d451714f309ed3ab4acf57e (diff)
downloadsamba-4b342b73a6706eb6ce4b7e20d273b53583a64358.tar.gz
samba-4b342b73a6706eb6ce4b7e20d273b53583a64358.tar.bz2
samba-4b342b73a6706eb6ce4b7e20d273b53583a64358.zip
s3-build: pure cosmetics, use better names for gen_ndr code pieces.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build12
1 files changed, 5 insertions, 7 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index ab61d80d95..0ff206380d 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -59,10 +59,10 @@ RPCCLIENT_NDR_SRC = '''rpc_client/ndr.c'''
LIBNDR_GEN_SRC0 = '''../librpc/gen_ndr/ndr_samr.c
../librpc/gen_ndr/ndr_lsa.c'''
-LIBNDR_GEN_SRC1 = '''../librpc/gen_ndr/ndr_netlogon.c
+LIBNDR_NETLOGON_SRC = '''../librpc/gen_ndr/ndr_netlogon.c
../librpc/ndr/ndr_netlogon.c'''
-LIBNDR_GEN_SRC2 = '''../librpc/gen_ndr/ndr_spoolss.c
+LIBNDR_SPOOLSS_SRC = '''../librpc/gen_ndr/ndr_spoolss.c
../librpc/ndr/ndr_spoolss_buf.c'''
LIBNDR_GEN_SRC = '''../librpc/gen_ndr/ndr_wkssvc.c
@@ -73,7 +73,7 @@ LIBNDR_GEN_SRC = '''../librpc/gen_ndr/ndr_wkssvc.c
../librpc/gen_ndr/ndr_initshutdown.c
../librpc/gen_ndr/ndr_srvsvc.c
../librpc/gen_ndr/ndr_eventlog.c
- ${LIBNDR_GEN_SRC1}
+ ${LIBNDR_NETLOGON_SRC}
../librpc/gen_ndr/ndr_dssetup.c
librpc/gen_ndr/ndr_notify.c
../librpc/gen_ndr/ndr_xattr.c
@@ -81,13 +81,11 @@ LIBNDR_GEN_SRC = '''../librpc/gen_ndr/ndr_wkssvc.c
../librpc/gen_ndr/ndr_epmapper.c
../librpc/gen_ndr/ndr_named_pipe_auth.c
../librpc/gen_ndr/ndr_ntsvcs.c
- ${LIBNDR_GEN_SRC2}'''
-
-RPC_PARSE_SRC0 = '''rpc_parse/parse_prs.c rpc_parse/parse_misc.c'''
+ ${LIBNDR_SPOOLSS_SRC}'''
# this includes only the low level parse code, not stuff
# that requires knowledge of security contexts
-RPC_PARSE_SRC1 = '''${RPC_PARSE_SRC0}'''
+RPC_PARSE_SRC1 = '''rpc_parse/parse_prs.c rpc_parse/parse_misc.c'''
RPC_PARSE_SRC2 = '''rpc_parse/parse_rpc.c
rpc_client/init_netlogon.c