diff options
author | Günther Deschner <gd@samba.org> | 2011-10-17 22:00:45 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2012-01-18 14:46:18 +0100 |
commit | e75c436fe6a9ee44f6adc744b6269e99f4920431 (patch) | |
tree | 24c76f5195d9c7b2b615534cbe47d898924ddc2f /source3/wscript_build | |
parent | a325e7b560502ce43c78a7c6c8d692e872f262ae (diff) | |
download | samba-e75c436fe6a9ee44f6adc744b6269e99f4920431.tar.gz samba-e75c436fe6a9ee44f6adc744b6269e99f4920431.tar.bz2 samba-e75c436fe6a9ee44f6adc744b6269e99f4920431.zip |
s3-passdb: trying to decouple passdb and secrets a little.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Jan 18 14:46:18 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index f1787ab20a..5a13ccf562 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -231,7 +231,8 @@ PASSDB_SRC = '''${PASSDB_GET_SET_SRC} passdb/passdb.c passdb/account_pol.c ${PRIVILEGES_SRC} lib/util_nscd.c lib/winbind_util.c ${SERVER_MUTEX_SRC} passdb/pdb_util.c passdb/pdb_interface.c - passdb/pdb_ldap_schema.c''' + passdb/pdb_ldap_schema.c + passdb/pdb_secrets.c''' #FIXME: lib/winbind_util.c probably is not part of PASSDB_SRC GROUPDB_SRC = '''groupdb/mapping.c groupdb/mapping_tdb.c''' |