aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/root.build2
-rw-r--r--buildfile4
2 files changed, 2 insertions, 4 deletions
diff --git a/build/root.build b/build/root.build
index bfa96d0..e14129a 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,3 @@
using cxx
cxx.std = 11
-cxx.poptions += -I$src_root -I/usr/include/apr-1
-cxx.libs = -lodb-pgsql -lodb
diff --git a/buildfile b/buildfile
index 21ed86f..6104ee0 100644
--- a/buildfile
+++ b/buildfile
@@ -2,5 +2,5 @@ brep=brep/{diagnostics module options package package-odb search view}
web=web/apache/{request service}
libso{brep}: cxx{$brep $web services}
-
-.: libso{brep}
+cxx.poptions += -I$src_root
+cxx.libs += -lodb-pgsql -lodb