diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-11 12:47:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-11 20:23:08 +0300 |
commit | 2ebf9de408f3fd629126a20b21221e186195813c (patch) | |
tree | a745c1e01050eb65abde693b4e75fc5159d005d6 /mod/buildfile | |
parent | 951b7a4d3dc63fbf71059c7a3fc0bcec3c393fbe (diff) |
Add libstudxml version check
Diffstat (limited to 'mod/buildfile')
-rw-r--r-- | mod/buildfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/buildfile b/mod/buildfile index f845a42..2a71de8 100644 --- a/mod/buildfile +++ b/mod/buildfile @@ -40,6 +40,7 @@ mod{brep}: \ {hxx cxx}{ types-parsers } \ ../web/{hxx cxx}{ mime-url-encoding } \ ../web/{hxx }{ module } \ + ../web/{hxx }{ version } \ ../web/{hxx }{ xhtml } \ ../web/{hxx cxx}{ xhtml-fragment } \ ../web/apache/{hxx }{ log } \ @@ -48,6 +49,9 @@ mod{brep}: \ ../web/apache/{hxx }{ stream } \ ../libbrep/lib{brep} $libs +../web/hxx{version}: ../web/in{version} $src_root/file{manifest} +../web/hxx{version}: dist = true + # Don't install any of the module's headers. # {hxx ixx txx}{*}: install = false |