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/basic.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/basic.mk') diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk index 823057fbc7..0f61ac6549 100644 --- a/source4/lib/basic.mk +++ b/source4/lib/basic.mk @@ -13,6 +13,7 @@ include appweb/config.mk include stream/config.mk include util/config.mk include tdr/config.mk +include dbwrap/config.mk ############################## # Start SUBSYSTEM LIBCRYPTO -- cgit