From a7e766e1aa77fff846d8426658befd9a01fe2861 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Aug 2015 15:34:12 +0200 Subject: Share DB object between modules --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') 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 \ -- cgit v1.1