aboutsummaryrefslogtreecommitdiff
path: root/brep/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-03-14 14:38:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-03-17 12:59:35 +0300
commit0b6b57f9acaa2ec648bf582ff67851331f8e6eef (patch)
tree7ce5da6a1c37f3674762d5514b0a34bf05e38df7 /brep/buildfile
parent637d5650b91cb1da2605e5f7049ccc8bab5591f3 (diff)
Use serializable transaction isolation level
Diffstat (limited to 'brep/buildfile')
-rw-r--r--brep/buildfile9
1 files changed, 5 insertions, 4 deletions
diff --git a/brep/buildfile b/brep/buildfile
index 360f82d..4caf93a 100644
--- a/brep/buildfile
+++ b/brep/buildfile
@@ -42,17 +42,18 @@ import libs += libstudxml%lib{studxml}
gen = {hxx ixx cxx}{ options }
src = \
+ {hxx cxx}{ database } \
+ {hxx cxx}{ database-module } \
{hxx cxx}{ diagnostics } \
- {hxx cxx}{ module } \
- {hxx }{ options-types } \
{hxx cxx}{ mod-package-details } \
{hxx cxx}{ mod-package-search } \
{hxx cxx}{ mod-package-version-details } \
- {hxx cxx}{ page } \
{hxx cxx}{ mod-repository-details } \
{hxx cxx}{ mod-repository-root } \
+ {hxx cxx}{ module } \
+ {hxx }{ options-types } \
+ {hxx cxx}{ page } \
{ cxx}{ services } \
- {hxx cxx}{ database } \
{hxx cxx}{ types-parsers } \
{hxx }{ wrapper-traits } \
../web/{hxx cxx}{ mime-url-encoding } \