diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-11-17 11:44:45 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-11-17 11:44:45 +0200 |
commit | 9616e3e84946c23f64448978d9459d2a25202833 (patch) | |
tree | 209fe102c7d73b57ff3d2a4cdf68ad2df705704f /build/bootstrap.make | |
parent | 508512b8db199c5bcc1affc237d6eac4e0a4818d (diff) |
Add examples for Oracle
Diffstat (limited to 'build/bootstrap.make')
-rw-r--r-- | build/bootstrap.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make index 17ee203..dae84fc 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -64,7 +64,7 @@ ifeq ($(dist_prefix),) $(error dist_prefix is not set) endif -databases := mysql sqlite pgsql +databases := mysql sqlite pgsql oracle $(dist): databases := $(databases) # $1 project template without the -vcN.vc[x]proj suffix. |