diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-15 17:48:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-24 11:23:34 +0200 |
commit | b192a3fcc7875210b3e1f6bd2292022a78c9f0e1 (patch) | |
tree | fb56f7c60405a91483d31ba934b5752ec854dd19 /build.sh | |
parent | d09f17fbd7ffd5ea92feeb8aded6c66b1bfa2333 (diff) |
Partial package version detals page implementation
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -30,8 +30,9 @@ cli --include-with-brackets --include-prefix brep --hxx-suffix "" \ echo "g++ libbrep-apache.so" -s="package-search.cxx package-version-search.cxx module.cxx diagnostics.cxx \ -page.cxx services.cxx options.cxx shared-database.cxx \ +s="package-search.cxx package-version-search.cxx package-version-details.cxx \ +module.cxx diagnostics.cxx page.cxx services.cxx options.cxx \ +shared-database.cxx \ ../web/apache/request.cxx ../web/apache/service.cxx \ ../web/mime-url-encoding.cxx" |