From 6eca8a647c79e9a5b100672b55f5d02273a28772 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Nov 2015 12:08:41 +0200 Subject: Implement 'about' web page --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 9596589..0a7fb34 100755 --- a/build.sh +++ b/build.sh @@ -34,8 +34,8 @@ cli --include-with-brackets --include-prefix brep --hxx-suffix "" \ echo "g++ libbrep-apache.so" s="package-search.cxx package-details.cxx package-version-details.cxx \ -module.cxx diagnostics.cxx page.cxx services.cxx options.cxx \ -shared-database.cxx \ +repository-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