diff options
author | Alexander Bokovoy <ab@samba.org> | 2012-09-06 17:43:42 +0300 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2012-09-07 14:14:30 +0200 |
commit | b317f75ea69d99c34a2b4ecde9e6634653100dea (patch) | |
tree | 2fd39fdbbf7150c492b1e3e0aa69323b521083b9 /source3/wscript_build | |
parent | 140bb288be426bf57fb46a3e4b012a07b6b60fc8 (diff) | |
download | samba-b317f75ea69d99c34a2b4ecde9e6634653100dea.tar.gz samba-b317f75ea69d99c34a2b4ecde9e6634653100dea.tar.bz2 samba-b317f75ea69d99c34a2b4ecde9e6634653100dea.zip |
s3-smbldap: make smbldap public library and maintain its ABI
Autobuild-User(master): Alexander Bokovoy <ab@samba.org>
Autobuild-Date(master): Fri Sep 7 14:14:30 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 6 |
1 files changed, 5 insertions, 1 deletions
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', |