s3-waf: add missing idmap module objectfiles.
authorGünther Deschner <gd@samba.org>
Sat, 25 Sep 2010 06:37:43 +0000 (23:37 -0700)
committerGünther Deschner <gd@samba.org>
Sat, 25 Sep 2010 06:43:15 +0000 (23:43 -0700)
Guenther

source3/wscript_build

index ea471e0ddedec7f10ea46f57664f972e903b5fc5..1e9ae49128b1bf334c7b1c157e42a3f1de79bdf3 100644 (file)
@@ -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'''