summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-04 19:07:40 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-04 12:24:50 +0200
commit0ac4f6492803b58bff1d49a4b94524bc33750cd7 (patch)
tree6758672aba061ab84bb6ba40bc31d0d9a36f2ee2 /source3/wscript_build
parent6b97a3b1ff6a81df954e45befb72cb1af602e2c9 (diff)
downloadsamba-0ac4f6492803b58bff1d49a4b94524bc33750cd7.tar.gz
samba-0ac4f6492803b58bff1d49a4b94524bc33750cd7.tar.bz2
samba-0ac4f6492803b58bff1d49a4b94524bc33750cd7.zip
s3-build link passdb modules against libpassdb
This ensures that they don't include a duplicate copy of pdb_interface.c functions, because they will instead link the library. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jul 4 12:24:50 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 33f242c9fe..2b4373d511 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -223,7 +223,7 @@ PASSDB_SRC = '''${PASSDB_GET_SET_SRC} passdb/passdb.c
passdb/login_cache.c
passdb/account_pol.c ${PRIVILEGES_SRC}
lib/util_nscd.c lib/winbind_util.c ${SERVER_MUTEX_SRC}
- passdb/pdb_util.c'''
+ passdb/pdb_util.c passdb/pdb_interface.c'''
#FIXME: lib/winbind_util.c probably is not part of PASSDB_SRC
GROUPDB_SRC = '''groupdb/mapping.c groupdb/mapping_tdb.c'''
@@ -721,7 +721,7 @@ bld.SAMBA3_SUBSYSTEM('TLDAP',
bld.SAMBA3_LIBRARY('passdb',
source=PASSDB_SRC,
- deps='SECRETS3 SMBLDAP GROUPDB pdb wbclient LIBCLI_AUTH flag_mapping',
+ deps='SECRETS3 SMBLDAP GROUPDB wbclient LIBCLI_AUTH flag_mapping',
private_library=True,
vars=locals())