aboutsummaryrefslogtreecommitdiff
path: root/composite/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-11-17 11:44:45 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-11-17 11:44:45 +0200
commit9616e3e84946c23f64448978d9459d2a25202833 (patch)
tree209fe102c7d73b57ff3d2a4cdf68ad2df705704f /composite/makefile
parent508512b8db199c5bcc1affc237d6eac4e0a4818d (diff)
Add examples for Oracle
Diffstat (limited to 'composite/makefile')
-rw-r--r--composite/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/composite/makefile b/composite/makefile
index 8a9c5fc..af78ec7 100644
--- a/composite/makefile
+++ b/composite/makefile
@@ -47,7 +47,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
$(gen) $(dist): export odb_options += --database $(db_id) --generate-schema \
---generate-query --table-prefix composite_
+--generate-query --table-prefix c_
$(gen): cpp_options := -I$(src_base)
$(gen): $(odb.l.cpp-options)