aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-11-11 13:57:27 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-11-11 13:57:27 +0200
commit1b2489b74b3e77d7eef2d18b3b206d9825731762 (patch)
treec02970f5a24b5ce46fac3a2a3554cb48cac6b1c2 /makefile
parent95e1a2336699ef7ac8cdd806f7dca8c100ceeb50 (diff)
Add tests for Oracle support of Qt profile
Diffstat (limited to 'makefile')
-rw-r--r--makefile11
1 files changed, 4 insertions, 7 deletions
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