summaryrefslogtreecommitdiff
path: root/lib/tdb/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-18 12:46:33 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-18 15:00:38 +1000
commit805f651dbf70f90ea7dab192cbe498b41fc47dc3 (patch)
tree672ad2e38b0224dcb1c45fbd896174b880a46f7b /lib/tdb/wscript
parentef496e8d1de7cd50c1d4c05d1cab8c4c64a9280b (diff)
downloadsamba-805f651dbf70f90ea7dab192cbe498b41fc47dc3.tar.gz
samba-805f651dbf70f90ea7dab192cbe498b41fc47dc3.tar.bz2
samba-805f651dbf70f90ea7dab192cbe498b41fc47dc3.zip
tdb-waf: added ABI checking for tdb
Diffstat (limited to 'lib/tdb/wscript')
-rw-r--r--lib/tdb/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index de62d4a758..9b637cd3c8 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -66,6 +66,8 @@ def build(bld):
COMMON_SRC,
deps='replace rt',
includes='include',
+ abi_file='ABI/tdb-%s.sigs' % VERSION,
+ abi_match='tdb_*',
vnum=VERSION)
bld.SAMBA_BINARY('tdbtorture',