From 9cc39ffb5673e17be78d3986c0cc56e4f1a2af32 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Wed, 12 May 2010 04:32:30 -0600 Subject: s3-waf: Some files moved during the rebase --- source3/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/wscript_build') 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 -- cgit