summaryrefslogtreecommitdiff
path: root/lib/tdb2/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-03-07lib/tdb2: wire up unit tests.Rusty Russell1-0/+1
The tests are ccan-style, so the names tell how to link them. This logic is generic, and could be moved to wafsamba, cleaned up, and used elsewhere. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-02-21lib/tdb2: Convert tdb2 to a standalone libraryAmitay Isaacs1-0/+66
Adds a Makefile, configure script, and tdb2.pc.in. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>