From 53ff76c42ef5655445eaff8684dbb4b0bd83488e Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 8 Jul 2011 14:22:06 +0200 Subject: Update makefile to include PostgreSQL tests --- makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 727e1a7..f05edb5 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make -all_dirs := libcommon common tracer mysql sqlite boost qt +all_dirs := libcommon common tracer mysql sqlite pgsql boost qt dirs := common tracer boost qt ifeq ($(db_id),mysql) @@ -17,8 +17,7 @@ dirs += sqlite endif ifeq ($(db_id),pgsql) -alldirs := pgsql -dirs := pgsql +dirs += pgsql endif default := $(out_base)/ -- cgit v1.1