summaryrefslogtreecommitdiffstats
path: root/lib/tdb/tdb.mk
Commit message (Collapse)AuthorAgeFilesLines
* tdb: Remove autotools support.Jelmer Vernooij2010-12-241-109/+0
|
* tdb: add restoreVolker Lendecke2010-09-231-2/+5
| | | | Based on an idea by Simon McVittie, largely rewritten
* tdb: add TDB_DEPS variable filled with required librariesBjörn Jacke2010-08-131-6/+6
| | | | | This is required for Solaris, which needs to link in librt to make use of fdatasync().
* tdb: fix standalone 'make installdocs'Stefan Metzmacher2010-01-061-3/+3
| | | | metze
* tdb: create symbol links to shared libraries see ↵Brian Lu2010-01-061-0/+4
| | | | | | https://bugzilla.samba.org/show_bug.cgi?id=6991 for details Signed-off-by: Stefan Metzmacher <metze@samba.org>
* tdb: Also build and install tdb manpages from standalone tdb.Jelmer Vernooij2009-12-211-1/+14
|
* tdb: run abi_checks as part of "make test".Michael Adam2009-08-301-0/+2
| | | | | | | Strange: I had to place "test:: abi_checks" before the main "test::" target here, otherwise the abi checks would not get run. Michael
* tdb: remove files generated by "make abi_checks" in "make clean".Michael Adam2009-08-301-0/+2
| | | | Michael
* tdb: add a target "abi_checks" to tdb.Michael Adam2009-08-301-0/+4
| | | | | | Simply run "make abi_checks" to call the abi check script appropriately. Michael
* standalone: Use more variables, preparing to include these files from mainJelmer Vernooij2008-12-231-5/+6
| | | | Samba 4 makefile.
* Fix standalone build of tdb python module, update ignores for standalone tdb.Jelmer Vernooij2008-12-221-4/+4
|
* Remove swig use from tdb standalone build.Jelmer Vernooij2008-12-181-11/+5
|
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+86