mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
s3-waf: Fix the naming of some variables introduced recently
This commit is contained in:
parent
c2021e4211
commit
59f3c4ec59
@ -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}'''
|
||||
|
Loading…
Reference in New Issue
Block a user