From 5e26f65f790227a8767635c55df7b425daf019e7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 18 Apr 2010 12:47:13 +1000 Subject: tevent-waf: enabled ABI checking in tevent --- lib/tevent/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/tevent/wscript') 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: -- cgit