aboutsummaryrefslogtreecommitdiff
path: root/boost/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-11-08 13:42:45 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-11-08 14:46:52 +0200
commit20c2f6cde170e1a8703858e17530fcf68e4efbe4 (patch)
treeeedd06f8b8a0caf9c5699611d5945297120f6ee5 /boost/makefile
parent1c9bf613aba99ca70a53b5f8f90e49225c7a56f1 (diff)
Add tests for Oracle support of the Boost profile
Diffstat (limited to 'boost/makefile')
-rw-r--r--boost/makefile2
1 files changed, 2 insertions, 0 deletions
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)