aboutsummaryrefslogtreecommitdiff
path: root/pgsql/custom/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql/custom/makefile')
-rw-r--r--pgsql/custom/makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/pgsql/custom/makefile b/pgsql/custom/makefile
index 9c4cf91..4cdc1a2 100644
--- a/pgsql/custom/makefile
+++ b/pgsql/custom/makefile
@@ -34,9 +34,10 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
-$(gen) $(dist): export odb_options += --database pgsql --generate-schema \
---generate-query --hxx-prologue '\#include "traits.hxx"' \
---hxx-prologue '\#include "query.hxx"' --table-prefix pgsql_custom_
+$(gen) $(dist): export odb_options += --database pgsql --default-database \
+common --generate-schema --generate-query --hxx-prologue \
+'\#include "traits.hxx"' --hxx-prologue '\#include "query.hxx"' \
+--table-prefix pgsql_custom_
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options)