From c4958231d9399091b4f4a7e4c45c24ce6beb3ae8 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 14 Jul 2011 10:26:17 +0200 Subject: Temporarily disable Qt and Boost policy examples for PostgreSQL --- makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index cd32a75..9ddb50e 100644 --- a/makefile +++ b/makefile @@ -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 -- cgit v1.1