diff options
author | Günther Deschner <gd@samba.org> | 2010-09-24 23:37:43 -0700 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-24 23:43:15 -0700 |
commit | f3561e5cfc0779f7b60bbe99887d505c05502232 (patch) | |
tree | 98929f169467450b04aa5bdcf4446d39b4c27c99 /source3/wscript_build | |
parent | f2316f86fa6db6dcba9220e017ce32bb176b15e7 (diff) | |
download | samba-f3561e5cfc0779f7b60bbe99887d505c05502232.tar.gz samba-f3561e5cfc0779f7b60bbe99887d505c05502232.tar.bz2 samba-f3561e5cfc0779f7b60bbe99887d505c05502232.zip |
s3-waf: add missing idmap module objectfiles.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index ea471e0dde..1e9ae49128 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -605,6 +605,12 @@ NSS_INFO_STATIC = '' NSS_INFO_TEMPLATE_SRC = 'winbindd/nss_info_template.c' NSS_INFO_SRC = 'winbindd/nss_info.c' +IDMAP_AD_SRC = '''winbindd/idmap_ad.c''' +IDMAP_RID_SRC = '''winbindd/idmap_rid.c''' +IDMAP_PASSDB_SRC = '''winbindd/idmap_passdb.c''' +IDMAP_LDAP_SRC = '''winbindd/idmap_ldap.c''' +IDMAP_TDB2_SRC = '''winbindd/idmap_tdb2.c''' + IDMAP_HASH_SRC = '''winbindd/idmap_hash/idmap_hash.c winbindd/idmap_hash/mapfile.c''' |