summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 2c74bf104a..6d8c6b77c0 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -304,7 +304,7 @@ LIBMSRPC_GEN_SRC = '''../librpc/gen_ndr/cli_lsa.c
# registry-related objects
#
UTIL_REG_SRC = '''../libcli/registry/util_reg.c'''
-REG_UTIL_MARSHALLING_OBJ = '''registry/reg_util_marshalling.c'''
+REG_UTIL_MARSHALLING_SRC = '''registry/reg_util_marshalling.c'''
REG_INIT_BASIC_SRC = '''registry/reg_init_basic.c'''
REG_INIT_SMBCONF_SRC = '''registry/reg_init_smbconf.c'''
@@ -333,7 +333,7 @@ REG_BASE_SRC = '''registry/reg_api.c
${REGFIO_SRC}
${REGSRCS_SRC}
registry/reg_util_internal.c
- ${REG_UTIL_MARSHALLING_OBJ}
+ ${REG_UTIL_MARSHALLING_SRC}
lib/util_nttoken.c
${REG_BACKENDS_BASE_SRC}
${REG_INIT_BASIC_SRC}'''