diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-14 10:26:17 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-14 10:26:17 +0200 |
commit | c4958231d9399091b4f4a7e4c45c24ce6beb3ae8 (patch) | |
tree | c8d361ca0f35e65f12e40674d0f16f1226f21ce8 | |
parent | 297b0982d5ac2c04d1284621f1a675796cbb4379 (diff) |
Temporarily disable Qt and Boost policy examples for PostgreSQL
-rw-r--r-- | makefile | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -15,10 +15,16 @@ mapping \ schema/embedded tr1_dirs := relationship inverse schema/custom -#boost_dirs := boost -boost_dirs := -#qt_dirs := qt -qt_dirs := +boost_dirs := boost +qt_dirs := qt + +# @@ Remove once boost and qt policies have been implemented +# for PostgreSQL. +# +ifeq ($(db_id),pgsql) + boost_dirs := + qt_dirs := +endif dist_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) $(qt_dirs) all_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) $(qt_dirs) template |