summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-10 10:17:31 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-10 04:08:54 +0200
commit51a71547ef0c883970e9ef86a33c42e1b815cc4d (patch)
tree53f5d9e3fe7e907d2ebf9e02ee775526ce9478be /nsswitch/libwbclient/wscript
parentfdd07e87c6fc7a4a0ea7c6f99080d78e526042e6 (diff)
downloadsamba-51a71547ef0c883970e9ef86a33c42e1b815cc4d.tar.gz
samba-51a71547ef0c883970e9ef86a33c42e1b815cc4d.tar.bz2
samba-51a71547ef0c883970e9ef86a33c42e1b815cc4d.zip
nsswitch: add ABI checking and symbol versions to libwbclient
This will ensure that we do not unintentionally break the ABI. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Aug 10 04:08:54 CEST 2012 on sn-devel-104
Diffstat (limited to 'nsswitch/libwbclient/wscript')
-rw-r--r--nsswitch/libwbclient/wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wscript b/nsswitch/libwbclient/wscript
index 6b9c99ced9..8f7b7048d6 100644
--- a/nsswitch/libwbclient/wscript
+++ b/nsswitch/libwbclient/wscript
@@ -27,6 +27,7 @@ def build(bld):
#
# Logs.info("\tSelected embedded libwbclient build")
+ abi_match = 'wbc*'
bld.SAMBA_LIBRARY('wbclient',
source='''
wbc_guid.c
@@ -39,4 +40,6 @@ def build(bld):
deps='winbind-client',
pc_files='wbclient.pc',
public_headers='wbclient.h',
+ abi_directory='ABI',
+ abi_match=abi_match,
vnum=VERSION)