summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-07-16 02:07:51 +0200
committerGünther Deschner <gd@samba.org>2010-07-16 02:07:51 +0200
commit196b4e83424c65f8d56ef17e5fca1dfb11c9cf2b (patch)
tree5276fa9572f954caee66aa2fb6efc210062049a8 /source3
parent7cf4797dd3c13555dee59fdf0c959ac66b7633b1 (diff)
downloadsamba-196b4e83424c65f8d56ef17e5fca1dfb11c9cf2b.tar.gz
samba-196b4e83424c65f8d56ef17e5fca1dfb11c9cf2b.tar.bz2
samba-196b4e83424c65f8d56ef17e5fca1dfb11c9cf2b.zip
s3-waf: fix the build.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/wscript_build8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 8f18c3e47b..38d680518f 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -88,10 +88,9 @@ LIBNDR_GEN_SRC = '''../librpc/gen_ndr/ndr_wkssvc.c
# this includes only the low level parse code, not stuff
# that requires knowledge of security contexts
-RPC_PARSE_SRC1 = '''rpc_parse/parse_prs.c rpc_parse/parse_misc.c'''
+REG_PARSE_PRS_SRC = '''registry/reg_parse_prs.c'''
-RPC_PARSE_SRC2 = '''rpc_parse/parse_rpc.c
- rpc_client/init_netlogon.c
+RPC_PARSE_SRC2 = '''rpc_client/init_netlogon.c
rpc_client/init_lsa.c'''
LIBREPLACE_SRC = '''${LIBREPLACE_SRCS}'''
@@ -233,7 +232,7 @@ LIBSMB_ERR_SRC0 = '''${NTERR_SRC} ${DOSERR_SRC} ${ERRORMAP_SRC} ${DCE_RPC_ERR_SR
LIBSMB_ERR_SRC1 = '''../libcli/auth/smbdes.c ../libcli/auth/smbencrypt.c ../libcli/auth/msrpc_parse.c ../libcli/auth/session.c'''
-LIBSMB_ERR_SRC = '${LIBSMB_ERR_SRC0} ${LIBSMB_ERR_SRC1} ${RPC_PARSE_SRC1}'
+LIBSMB_ERR_SRC = '${LIBSMB_ERR_SRC0} ${LIBSMB_ERR_SRC1} ${REG_PARSE_PRS_SRC}'
LIBSMB_SRC0 = '''
../libcli/auth/ntlm_check.c
@@ -302,6 +301,7 @@ LIBMSRPC_GEN_SRC = '''../librpc/gen_ndr/cli_lsa.c
../librpc/gen_ndr/cli_drsuapi.c
../librpc/gen_ndr/cli_spoolss.c
../librpc/rpc/dcerpc_util.c
+ librpc/rpc/dcerpc_helpers.c
${LIBNDR_GEN_SRC}
${RPCCLIENT_NDR_SRC}'''