From 1b2489b74b3e77d7eef2d18b3b206d9825731762 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 11 Nov 2011 13:57:27 +0200 Subject: Add tests for Oracle support of Qt profile --- makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 1e94b3a..dc0d58a 100644 --- a/makefile +++ b/makefile @@ -12,6 +12,10 @@ ifeq ($(db_id),mysql) dirs += mysql endif +ifeq ($(db_id),oracle) +dirs += oracle +endif + ifeq ($(db_id),sqlite) dirs += sqlite endif @@ -20,13 +24,6 @@ ifeq ($(db_id),pgsql) dirs += pgsql endif -# @@ Remove overrides when Oracle implementation is complete. -# -ifeq ($(db_id),oracle) -all_dirs := libcommon common mysql sqlite pgsql oracle boost -dirs := common boost oracle -endif - default := $(out_base)/ dist := $(out_base)/.dist test := $(out_base)/.test -- cgit v1.1