diff options
author | Günther Deschner <gd@samba.org> | 2011-03-23 14:57:08 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:08 +0200 |
commit | a22a53ea44c18378481d3a432fb0e667117da5bd (patch) | |
tree | ef6f3f9ce2c5a2388667e6127ba734159d46a0b2 /source3/wscript_build | |
parent | 7d798ac485b47483c9f99c67f7be196d55587a09 (diff) | |
download | samba-a22a53ea44c18378481d3a432fb0e667117da5bd.tar.gz samba-a22a53ea44c18378481d3a432fb0e667117da5bd.tar.bz2 samba-a22a53ea44c18378481d3a432fb0e667117da5bd.zip |
s3-passdb: move util_builtin.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 c03a6737bb..9a3c88a9e6 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 - lib/util_wellknown.c passdb/util_builtin.c passdb/pdb_compat.c + lib/util_wellknown.c lib/util_builtin.c passdb/pdb_compat.c lib/util_unixsids.c passdb/lookup_sid.c passdb/login_cache.c passdb/account_pol.c ${PRIVILEGES_SRC} |