From c673237785ad76c1638e8612218036f1080f4f3f Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Mon, 16 Jan 2012 17:21:38 +0100 Subject: s3:winbindd add idmap_tdb_common file to store common code of TDB idmap backends --- source3/winbindd/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/wscript_build') 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, -- cgit