summaryrefslogtreecommitdiff
path: root/lib/tdb/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2010-08-13tdb: add TDB_DEPS variable filled with required librariesBjörn Jacke1-1/+2
This is required for Solaris, which needs to link in librt to make use of fdatasync().
2010-01-06tdb: fix standalone 'make installdocs'Stefan Metzmacher1-0/+1
metze
2009-12-21tdb: Also build and install tdb manpages from standalone tdb.Jelmer Vernooij1-1/+5
2009-06-15Add exports file and abi checker for tdbSimo Sorce1-1/+6
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-12-18Remove swig use from tdb standalone build.Jelmer Vernooij1-1/+0
2008-09-19Add shared-build target to tdb.Simo Sorce1-0/+11
Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build.
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+59