From 20c2f6cde170e1a8703858e17530fcf68e4efbe4 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 8 Nov 2011 13:42:45 +0200 Subject: Add tests for Oracle support of the Boost profile --- boost/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boost/makefile') diff --git a/boost/makefile b/boost/makefile index 4bb2793..9b9a25c 100644 --- a/boost/makefile +++ b/boost/makefile @@ -10,6 +10,8 @@ dirs := common ifeq ($(db_id),mysql) dirs += mysql +else ifeq ($(db_id),oracle) +dirs += oracle else ifeq ($(db_id),sqlite) dirs += sqlite else ifeq ($(db_id),pgsql) -- cgit v1.1