diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-08 14:22:06 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-08 14:22:06 +0200 |
commit | 53ff76c42ef5655445eaff8684dbb4b0bd83488e (patch) | |
tree | 0e8d3d24eec1687a3080926a7df0709311f4adb9 | |
parent | 0b2c1d180ebaa5916c4eea07729acd93335633a4 (diff) |
Update makefile to include PostgreSQL tests
-rw-r--r-- | makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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)/ |