From d8c070a550736ccfa09c9babfd477d362a74decf Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 9 Aug 2007 06:34:20 +0000 Subject: r24283: added a dbwrap API for temporary databases, based on the one from the s3 clustering code. This commit just establishes the API. The ctdb backend for this will come soon. (This used to be commit 3767e755db7b58aee4ff375896beb00b133cc413) --- source4/lib/dbwrap/config.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 source4/lib/dbwrap/config.mk (limited to 'source4/lib/dbwrap/config.mk') diff --git a/source4/lib/dbwrap/config.mk b/source4/lib/dbwrap/config.mk new file mode 100644 index 0000000000..e2df04ac96 --- /dev/null +++ b/source4/lib/dbwrap/config.mk @@ -0,0 +1,5 @@ +[SUBSYSTEM::LIBDBWRAP] +OBJ_FILES = dbwrap.o \ + dbwrap_tdb.o +PUBLIC_DEPENDENCIES = \ + LIBTDB -- cgit