From cd1deec2f13b6976fb3aac0e5e8d42a79875aef1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 27 Mar 2011 15:38:42 +0200 Subject: Build infrastructure for SQLite --- build/bootstrap.make | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build/bootstrap.make') diff --git a/build/bootstrap.make b/build/bootstrap.make index 8ec887b..07296c3 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -47,8 +47,10 @@ endif # Database schema creation. # +ifeq ($(filter $(db_id),sqlite),) $(out_base)/.test: schema = \ $(call message,sql $$1,$(dcf_root)/db-driver $$1,$(out_base)/test.sql) +endif # Dist setup. # @@ -60,7 +62,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