From 693781db8962a39af376e5d5df0d36e1f3ad127b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 17 Oct 2011 17:19:27 +0200 Subject: s3-waf: create a smbldap.so library. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Nov 16 14:03:05 CET 2011 on sn-devel-104 --- source3/wscript_build | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index d91bcffd1f..99d40406d7 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -714,7 +714,7 @@ bld.SAMBA3_SUBSYSTEM('TLDAP', bld.SAMBA3_LIBRARY('pdb', source=PASSDB_SRC, - deps='SECRETS3 SMBLDAP GROUPDB wbclient LIBCLI_AUTH flag_mapping', + deps='SECRETS3 GROUPDB wbclient LIBCLI_AUTH flag_mapping', private_library=True, public_headers=''' include/passdb.h @@ -837,15 +837,17 @@ bld.SAMBA3_SUBSYSTEM('SECRETS3', deps='NDR_SECRETS param samba3core pdb', vars=locals()) -bld.SAMBA3_SUBSYSTEM('SMBLDAP', +bld.SAMBA3_LIBRARY('smbldap', source=SMBLDAP_SRC, - deps='ldap lber', + deps='ldap lber samba-util param', vars=locals(), - enabled=bld.env.HAVE_LDAP) + enabled=bld.env.HAVE_LDAP, + private_library=True, + public_headers='include/smbldap.h include/smb_ldap.h') bld.SAMBA3_LIBRARY('ads', source=LIBADS_SRC, - deps='cli-ldap-common KRB5_WRAP ldap lber KRBCLIENT param LIBNMB libsmb DCUTIL', + deps='cli-ldap-common KRB5_WRAP ldap lber KRBCLIENT param LIBNMB libsmb DCUTIL smbldap', private_library=True, vars=locals()) -- cgit