summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-11-25 14:56:45 +1300
committerGarming Sam <garming@samba.org>2014-12-03 04:21:09 +0100
commit3b76b705f03b8f639ece2308afdc0962d230c42a (patch)
tree2c8e6f33b9f4c81fc011018e0b8ebb4c8591c2f9 /source3/winbindd
parent58b343be4742b3ba1f447701a8254453c21af413 (diff)
downloadsamba-3b76b705f03b8f639ece2308afdc0962d230c42a.tar.gz
samba-3b76b705f03b8f639ece2308afdc0962d230c42a.tar.xz
samba-3b76b705f03b8f639ece2308afdc0962d230c42a.zip
pdb: Increase version number to fix ABI
In the process, we can also rename pdb to avoid conflicts with libpdb. We don't depend directly on pdb to avoid duplicate symbols. BUG: https://bugzilla.samba.org/show_bug.cgi?id=10355 Change-Id: I4df6ba2f4ce35d3718dc4198b527cca46a139efe Pair-programmed-with: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/winbindd')
-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 ea1131c8be..13658f8597 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -52,7 +52,7 @@ bld.SAMBA3_MODULE('idmap_rid',
bld.SAMBA3_MODULE('idmap_passdb',
subsystem='idmap',
source='idmap_passdb.c',
- deps='samba-util pdb',
+ deps='samba-util samba-passdb',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_passdb'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_passdb'))