diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-21 23:18:39 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-21 23:18:39 +0200 |
commit | de71cad748dcc3105a50741e71a5958780b43c61 (patch) | |
tree | 771304febd7e1ad21c24324de2563287a75aeade /makefile | |
parent | 702df9ae55150c8b8671a9fb200793b78d75aa78 (diff) |
Enable Qt and Boost profile tests for PostgreSQL
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 +dirs := common tracer boost qt ifeq ($(db_id),mysql) -dirs += boost qt mysql +dirs += mysql endif ifeq ($(db_id),sqlite) -dirs += boost qt sqlite +dirs += sqlite endif ifeq ($(db_id),pgsql) |