aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-08 14:22:06 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-08 14:22:06 +0200
commit53ff76c42ef5655445eaff8684dbb4b0bd83488e (patch)
tree0e8d3d24eec1687a3080926a7df0709311f4adb9 /makefile
parent0b2c1d180ebaa5916c4eea07729acd93335633a4 (diff)
Update makefile to include PostgreSQL tests
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files 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)/