summaryrefslogtreecommitdiff
path: root/source3/winbindd/wscript_build
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2012-01-16 17:21:38 +0100
committerChristian Ambach <ambi@samba.org>2012-05-01 09:32:11 +0200
commitc673237785ad76c1638e8612218036f1080f4f3f (patch)
tree5a4e8e875c721aaa31c909512049d24c0d8a8521 /source3/winbindd/wscript_build
parent7a07ce268038c51c0c8a219e21d657bae68d40cd (diff)
downloadsamba-c673237785ad76c1638e8612218036f1080f4f3f.tar.gz
samba-c673237785ad76c1638e8612218036f1080f4f3f.tar.bz2
samba-c673237785ad76c1638e8612218036f1080f4f3f.zip
s3:winbindd add idmap_tdb_common file to store common code of TDB idmap backends
Diffstat (limited to 'source3/winbindd/wscript_build')
-rw-r--r--source3/winbindd/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build
index 071069b535..07241e4982 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -20,7 +20,7 @@ IDMAP_ADEX_SRC = '''idmap_adex/idmap_adex.c
IDMAP_AUTORID_SRC = '''idmap_autorid.c'''
IDMAP_RW_SRC = 'idmap_rw.c'
-IDMAP_SRC = 'idmap.c idmap_util.c ${IDMAP_RW_SRC}'
+IDMAP_SRC = 'idmap.c idmap_util.c idmap_tdb_common.c ${IDMAP_RW_SRC}'
bld.SAMBA3_LIBRARY('idmap',
source=IDMAP_SRC,