diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-11-08 13:42:45 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-11-08 14:46:52 +0200 |
commit | 20c2f6cde170e1a8703858e17530fcf68e4efbe4 (patch) | |
tree | eedd06f8b8a0caf9c5699611d5945297120f6ee5 /makefile | |
parent | 1c9bf613aba99ca70a53b5f8f90e49225c7a56f1 (diff) |
Add tests for Oracle support of the Boost profile
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,8 +23,8 @@ endif # @@ Remove overrides when Oracle implementation is complete. # ifeq ($(db_id),oracle) -all_dirs := libcommon common tracer mysql sqlite oracle -dirs := common tracer oracle +all_dirs := libcommon common tracer mysql sqlite pgsql oracle boost +dirs := common tracer boost oracle endif default := $(out_base)/ |