From 0b6b57f9acaa2ec648bf582ff67851331f8e6eef Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 14 Mar 2016 14:38:45 +0300 Subject: Use serializable transaction isolation level --- brep/buildfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'brep/buildfile') 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 } \ -- cgit v1.1