From b192a3fcc7875210b3e1f6bd2292022a78c9f0e1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Sep 2015 17:48:57 +0200 Subject: Partial package version detals page implementation --- build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 78d68e9..9517223 100755 --- a/build.sh +++ b/build.sh @@ -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" -- cgit v1.1