diff options
author | Christian Ambach <ambi@samba.org> | 2012-01-16 17:21:38 +0100 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-05-01 09:32:11 +0200 |
commit | c673237785ad76c1638e8612218036f1080f4f3f (patch) | |
tree | 5a4e8e875c721aaa31c909512049d24c0d8a8521 /source3/winbindd/wscript_build | |
parent | 7a07ce268038c51c0c8a219e21d657bae68d40cd (diff) | |
download | samba-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_build | 2 |
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, |