From 2700ed6a3e1092a064f28b07f8e2c4e5b9b830e7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Nov 2015 20:02:06 +0200 Subject: Implement new URL path schema for the web interface --- build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 0a7fb34..e04cb32 100755 --- a/build.sh +++ b/build.sh @@ -34,12 +34,12 @@ 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 \ -repository-details.cxx module.cxx diagnostics.cxx page.cxx services.cxx \ -options.cxx shared-database.cxx \ +repository-details.cxx repository-root.cxx module.cxx page.cxx services.cxx \ +options.cxx shared-database.cxx diagnostics.cxx \ ../web/apache/request.cxx ../web/apache/service.cxx \ ../web/mime-url-encoding.cxx" -g++ -shared $DEBUG -std=c++11 -I. -I/usr/include/apr-1 -I/usr/include/httpd \ +g++ -shared $DEBUG -std=c++11 -I/usr/include/apr-1 -I/usr/include/httpd \ -I.. -I../../libbpkg -I../../libbutl -L. -L../../libbpkg/bpkg \ -fPIC -o libbrep-apache.so $s -lbrep -lbpkg -lodb-pgsql -lodb -lstudxml @@ -53,7 +53,7 @@ echo "g++ brep-loader" s="loader.cxx options.cxx" -g++ $DEBUG -std=c++11 -I. -I.. -I../../libbpkg \ +g++ $DEBUG -std=c++11 -I.. -I../../libbpkg \ -I../../libbutl -L../brep -L../../libbpkg/bpkg -L../../libbutl/butl \ -o brep-loader $s -lbrep -lbpkg -lbutl -lodb-pgsql -lodb @@ -63,7 +63,7 @@ echo "g++ tests/loader" s="driver.cxx" -g++ $DEBUG -std=c++11 -I. -I../.. -I../../../libbpkg \ +g++ $DEBUG -std=c++11 -I../.. -I../../../libbpkg \ -I../../../libbutl -L../../brep -L../../../libbpkg/bpkg \ -L../../../libbutl/butl \ -o driver $s -lbrep -lbpkg -lbutl -lodb-pgsql -lodb -- cgit v1.1