diff options
author | Günther Deschner <gd@samba.org> | 2011-03-22 23:23:17 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:08 +0200 |
commit | 7d798ac485b47483c9f99c67f7be196d55587a09 (patch) | |
tree | 2c022481ba8bdc35bd207b311899b250da756f54 /source3/wscript_build | |
parent | bcee6c1fe209b458e546b5788a9148eecc8715f1 (diff) | |
download | samba-7d798ac485b47483c9f99c67f7be196d55587a09.tar.gz samba-7d798ac485b47483c9f99c67f7be196d55587a09.tar.bz2 samba-7d798ac485b47483c9f99c67f7be196d55587a09.zip |
s3-passdb: move util_unixsids.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 933dcf6105..c03a6737bb 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -228,7 +228,7 @@ PASSDB_GET_SET_SRC = '''passdb/pdb_get_set.c''' PASSDB_SRC = '''${PASSDB_GET_SET_SRC} passdb/passdb.c lib/util_wellknown.c passdb/util_builtin.c passdb/pdb_compat.c - passdb/util_unixsids.c passdb/lookup_sid.c + lib/util_unixsids.c passdb/lookup_sid.c passdb/login_cache.c passdb/account_pol.c ${PRIVILEGES_SRC} lib/util_nscd.c lib/winbind_util.c ${SERVER_MUTEX_SRC} |