aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-08-11 15:34:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-08-23 13:50:07 +0200
commita7e766e1aa77fff846d8426658befd9a01fe2861 (patch)
tree734e658aca46fa945994db85ea586d79c8933bcd /build.sh
parent63aaad529c9ae9358f22fd9563aeabc679f4defd (diff)
Share DB object between modules
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 \