aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 0ce4ae3..3d06a80 100755
--- a/build.sh
+++ b/build.sh
@@ -30,7 +30,7 @@ cli --include-with-brackets --include-prefix brep --hxx-suffix "" \
echo "g++ libbrep-apache.so"
s="search.cxx view.cxx module.cxx diagnostics.cxx services.cxx options.cxx \
-../web/apache/request.cxx ../web/apache/service.cxx"
+shared-database.cxx ../web/apache/request.cxx ../web/apache/service.cxx"
g++ -shared $DEBUG -std=c++11 -I. -I/usr/include/apr-1 -I/usr/include/httpd \
-I.. -I../../libbpkg -I../../libbutl -L. -L../../libbpkg/bpkg \