diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-08 17:27:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-08 17:27:40 +0200 |
commit | 16a4099d36ca1cdc33cf6e2b99edce796595341f (patch) | |
tree | edc43ef5218210f30c8546baaa180087683141c4 /common/composite/makefile | |
parent | 7c517014fe1e1b0350b8a1580f6a016fb556c1a6 (diff) |
Add support for defining composite value type as class template instantiations
Diffstat (limited to 'common/composite/makefile')
-rw-r--r-- | common/composite/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/composite/makefile b/common/composite/makefile index 1a4ceb7..58fa6eb 100644 --- a/common/composite/makefile +++ b/common/composite/makefile @@ -36,7 +36,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 t_composite_ +--generate-query --table-prefix t_comp_ $(gen): cpp_options := -I$(src_base) $(gen): $(common.l.cpp-options) |