diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-18 12:47:13 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-18 15:00:38 +1000 |
commit | 5e26f65f790227a8767635c55df7b425daf019e7 (patch) | |
tree | 8ac97d3bdbe1dc0d7d917411857486cd34ec5338 /lib/tevent/wscript | |
parent | 2550bbc981a25b5a37525d99201498b81bb93572 (diff) | |
download | samba-5e26f65f790227a8767635c55df7b425daf019e7.tar.gz samba-5e26f65f790227a8767635c55df7b425daf019e7.tar.bz2 samba-5e26f65f790227a8767635c55df7b425daf019e7.zip |
tevent-waf: enabled ABI checking in tevent
Diffstat (limited to 'lib/tevent/wscript')
-rw-r--r-- | lib/tevent/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript index c90ed7a090..e61133c2dc 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -55,6 +55,8 @@ def build(bld): SRC, deps='replace talloc', enabled= not bld.CONFIG_SET('USING_SYSTEM_TEVENT'), + abi_file='ABI/tevent-%s.sigs' % VERSION, + abi_match='tevent_* _tevent_*', vnum=VERSION) if bld.env.standalone_tevent: |