From 14ca0adb63a48e5bc14a4a2b84e0d108be6dfdd1 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 1 Apr 2011 18:08:51 +0200 Subject: Add SQLite-specific tests for Boost profile --- boost/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'boost/makefile') diff --git a/boost/makefile b/boost/makefile index a73ace3..71b7ecf 100644 --- a/boost/makefile +++ b/boost/makefile @@ -5,11 +5,13 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -all_dirs := common mysql +all_dirs := common mysql sqlite dirs := common ifeq ($(db_id),mysql) dirs += mysql +else ifeq ($(db_id),sqlite) +dirs += sqlite endif default := $(out_base)/ -- cgit v1.1