diff options
author | Günther Deschner <gd@samba.org> | 2011-03-22 23:20:49 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:08 +0200 |
commit | bcee6c1fe209b458e546b5788a9148eecc8715f1 (patch) | |
tree | 64f5b63b4355212bcb142d1d15ecbb2d6cb872e6 /source3/wscript_build | |
parent | cc94bcb952b1bf16e1d3f335e5288f793ee4ca96 (diff) | |
download | samba-bcee6c1fe209b458e546b5788a9148eecc8715f1.tar.gz samba-bcee6c1fe209b458e546b5788a9148eecc8715f1.tar.bz2 samba-bcee6c1fe209b458e546b5788a9148eecc8715f1.zip |
s3-passdb: move util_wellknown.c out of passdb.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 9e3c7eeb43..933dcf6105 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -227,7 +227,7 @@ PRIVILEGES_SRC = '''lib/privileges.c''' PASSDB_GET_SET_SRC = '''passdb/pdb_get_set.c''' PASSDB_SRC = '''${PASSDB_GET_SET_SRC} passdb/passdb.c - passdb/util_wellknown.c passdb/util_builtin.c passdb/pdb_compat.c + lib/util_wellknown.c passdb/util_builtin.c passdb/pdb_compat.c passdb/util_unixsids.c passdb/lookup_sid.c passdb/login_cache.c passdb/account_pol.c ${PRIVILEGES_SRC} |