summaryrefslogtreecommitdiff
path: root/lib/tdb/rules.mk
AgeCommit message (Collapse)AuthorFilesLines
2009-10-29tdb: kill last bits from swigKirill Smelkov1-5/+0
We no longer use swig for pytdb, so there is no need for swig make rules. Also pytdb.c header should be updated. Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2009-06-15Add exports file and abi checker for tdbSimo Sorce1-1/+1
This is a first attempt at exporting symbols only for public functions We also provide a rudimentary ABI checker that tries to check that function signatures are not changed by mistake. Given our use of macros this is not an API checker. It's all based on tdb.h contents and the gcc -aux-info option
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+21