diff options
author | Kai Blin <kai@samba.org> | 2010-05-12 04:32:30 -0600 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:15 +0200 |
commit | 9cc39ffb5673e17be78d3986c0cc56e4f1a2af32 (patch) | |
tree | 2a66f6d5115dc55eb7ce61ffc4a15a61c2b62c07 /source3/wscript_build | |
parent | 5556deee7aabda43ee258d84670fcb9635632a47 (diff) | |
download | samba-9cc39ffb5673e17be78d3986c0cc56e4f1a2af32.tar.gz samba-9cc39ffb5673e17be78d3986c0cc56e4f1a2af32.tar.bz2 samba-9cc39ffb5673e17be78d3986c0cc56e4f1a2af32.zip |
s3-waf: Some files moved during the rebase
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 76f916d67e..2325e1718f 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -303,7 +303,7 @@ LIBMSRPC_GEN_SRC = '''../librpc/gen_ndr/cli_lsa.c # # registry-related objects # -UTIL_REG_SRC = '''lib/util_reg.c''' +UTIL_REG_SRC = '''../libcli/registry/util_reg.c''' UTIL_REG_API_SRC = '''lib/util_reg_api.c''' REG_INIT_BASIC_SRC = '''registry/reg_init_basic.c''' @@ -426,7 +426,7 @@ PASSDB_SRC = '''${PASSDB_GET_SET_SRC} passdb/passdb.c passdb/pdb_interface.c passdb/util_wellknown.c passdb/util_builtin.c passdb/pdb_compat.c passdb/util_unixsids.c passdb/lookup_sid.c passdb/login_cache.c ${PDB_STATIC} - lib/account_pol.c ${PRIVILEGES_SRC} + passdb/account_pol.c ${PRIVILEGES_SRC} lib/util_nscd.c lib/winbind_util.c ${SERVER_MUTEX_SRC}''' #FIXME: lib/winbind_util.c probably is not part of PASSDB_SRC |