diff options
Diffstat (limited to 'container/makefile')
-rw-r--r-- | container/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/container/makefile b/container/makefile index e892bcf..8f4a463 100644 --- a/container/makefile +++ b/container/makefile @@ -46,7 +46,8 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): $(odb) $(gen): odb := $(odb) -$(gen) $(dist): export odb_options += --database $(db_id) --generate-schema +$(gen) $(dist): export odb_options += --database $(db_id) --generate-schema \ +--table-prefix container_ $(gen): cpp_options := -I$(src_base) $(gen): $(odb.l.cpp-options) |