diff options
author | Kai Blin <kai@samba.org> | 2010-05-26 14:09:06 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-26 14:10:47 +0200 |
commit | 59f3c4ec591e21235650e7e8bfae2540e423c533 (patch) | |
tree | 9ec15e6e2eef1160c2c50258d80f89b3836d12f6 /source3/wscript_build | |
parent | c2021e4211ee1c4d840995d3adaf3e2494e35719 (diff) | |
download | samba-59f3c4ec591e21235650e7e8bfae2540e423c533.tar.gz samba-59f3c4ec591e21235650e7e8bfae2540e423c533.tar.bz2 samba-59f3c4ec591e21235650e7e8bfae2540e423c533.zip |
s3-waf: Fix the naming of some variables introduced recently
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 4 |
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}''' |