diff options
Diffstat (limited to 'schema/custom/makefile')
-rw-r--r-- | schema/custom/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/custom/makefile b/schema/custom/makefile index 3a8c69c..44b57a5 100644 --- a/schema/custom/makefile +++ b/schema/custom/makefile @@ -46,7 +46,7 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): $(odb) $(gen): odb := $(odb) $(gen) $(dist): export odb_options += --database $(db_id) --generate-query \ ---default-pointer std::tr1::shared_ptr +--generate-session --default-pointer std::tr1::shared_ptr $(gen): cpp_options := -I$(src_base) $(gen): $(odb.l.cpp-options) |