From b317f75ea69d99c34a2b4ecde9e6634653100dea Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Thu, 6 Sep 2012 17:43:42 +0300 Subject: s3-smbldap: make smbldap public library and maintain its ABI Autobuild-User(master): Alexander Bokovoy Autobuild-Date(master): Fri Sep 7 14:14:30 CEST 2012 on sn-devel-104 --- source3/wscript_build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index ca08ed8c42..88ad8ab0cb 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -866,7 +866,11 @@ bld.SAMBA3_LIBRARY('smbldap', deps='ldap lber samba-util param', vars=locals(), enabled=bld.env.HAVE_LDAP, - private_library=True, + private_library=False, + abi_directory='lib/ABI', + abi_match='smbldap_*', + pc_files=[], + vnum='0', public_headers='include/smbldap.h include/smb_ldap.h') bld.SAMBA3_LIBRARY('ads', -- cgit