From ec564b14a5f4558d34578a1e10129f910539fa49 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Mar 2011 17:25:58 +0200 Subject: Add developer build system SQLite infrastructure --- build/bootstrap.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/bootstrap.make') diff --git a/build/bootstrap.make b/build/bootstrap.make index 4359a32..c6039eb 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -55,7 +55,7 @@ ifeq ($(dist_prefix),) $(error dist_prefix is not set) endif -databases := mysql +databases := mysql sqlite $(dist): databases := $(databases) # $1 project template without the -vcN.vc[x]proj suffix. -- cgit v1.1