From 9616e3e84946c23f64448978d9459d2a25202833 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 17 Nov 2011 11:44:45 +0200 Subject: Add examples for Oracle --- build/configuration.make | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/configuration.make') diff --git a/build/configuration.make b/build/configuration.make index 5dc9e16..e2d0077 100644 --- a/build/configuration.make +++ b/build/configuration.make @@ -25,6 +25,10 @@ ifeq ($(db_id),pgsql) db_macro := DATABASE_PGSQL endif +ifeq ($(db_id),oracle) +db_macro := DATABASE_ORACLE +endif + $(out_root)/%: db_id := $(db_id) $(out_root)/%: db_macro := $(db_macro) -- cgit v1.1