summaryrefslogtreecommitdiff
path: root/lib/tdb2/wscript
AgeCommit message (Collapse)AuthorFilesLines
2011-09-14tdb2: add tdb1 code to build.Rusty Russell1-1/+5
The following patches integrate it together, but from here on we build it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-06-20tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell1-0/+99
This is simplistic. We need to support making TDB2 a standalone library, but for now, we simply built it in-tree. Once we have tdb1 compatibility in tdb2, we can rename this option to --enable-tdb2. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>