diff options
Diffstat (limited to 'mod')
-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 |