diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 17:06:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 17:06:13 +0200 |
commit | 5511613df7dce6142a84111488aaa25ff792d66b (patch) | |
tree | df7ae8d4b36ef28eaaa10d4e8bb7907761246fe6 /template | |
parent | 5351c1c12f57141d224186e4efbf663b61fa42d3 (diff) |
Get the ODBCPPFLAGS value from configure
Diffstat (limited to 'template')
-rw-r--r-- | template/Makefile.am | 1 |
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) $< |