aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 17:06:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 17:06:13 +0200
commit5511613df7dce6142a84111488aaa25ff792d66b (patch)
treedf7ae8d4b36ef28eaaa10d4e8bb7907761246fe6 /template
parent5351c1c12f57141d224186e4efbf663b61fa42d3 (diff)
Get the ODBCPPFLAGS value from configure
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/Makefile.am b/template/Makefile.am
index 4c76f3e..2bd31ff 100644
--- a/template/Makefile.am
+++ b/template/Makefile.am
@@ -23,6 +23,7 @@ CLEANFILES = __path__(odb_header_stem)-odb.hxx __path__(odb_header_stem)-odb.ixx
ODB = @ODB@
ODBFLAGS = @ODBFLAGS@
+ODBCPPFLAGS = @ODBCPPFLAGS@
__path__(odb_header_stem)-odb.hxx: __path__(odb_header_stem).hxx
$(ODB) $(ODBCPPFLAGS) $(CPPFLAGS) $(ODBFLAGS) __value__(odb_options) $<