summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index cc7ebd3319..b8d32d37b0 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -305,7 +305,6 @@ LIBMSRPC_GEN_SRC = '''../librpc/gen_ndr/cli_lsa.c
# registry-related objects
#
UTIL_REG_SRC = '''../libcli/registry/util_reg.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'''
@@ -334,7 +333,6 @@ REG_BASE_SRC = '''registry/reg_api.c
${REGFIO_SRC}
${REGSRCS_SRC}
registry/reg_util_internal.c
- ${REG_UTIL_MARSHALLING_SRC}
lib/util_nttoken.c
${REG_BACKENDS_BASE_SRC}
${REG_INIT_BASIC_SRC}'''