From 17ef17f80abf35c63add4152a3e9e067fffa40b7 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 13 Jul 2011 09:57:57 +0200 Subject: Allow for selective building of profile tests dependent on database --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index f05edb5..d01f253 100644 --- a/makefile +++ b/makefile @@ -6,14 +6,14 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make all_dirs := libcommon common tracer mysql sqlite pgsql boost qt -dirs := common tracer boost qt +dirs := common tracer ifeq ($(db_id),mysql) -dirs += mysql +dirs += boost qt mysql endif ifeq ($(db_id),sqlite) -dirs += sqlite +dirs += boost qt sqlite endif ifeq ($(db_id),pgsql) -- cgit v1.1