From 38bb6be4c90c7fbf95b8e5345de21175d3f1ebd7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 28 Aug 2016 17:28:55 +0200 Subject: Update build infrastructure --- mod/buildfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/buildfile b/mod/buildfile index a2fb494..64e68b2 100644 --- a/mod/buildfile +++ b/mod/buildfile @@ -17,10 +17,14 @@ else mod{*}: install = libexec/ +# While we don't need to link to APR, we need to find its header location. +# +import libs = libapr1%lib{apr-1} +import libs += libstudxml%lib{studxml} import libs += libodb%lib{odb} import libs += libodb-pgsql%lib{odb-pgsql} +import libs += libbutl%lib{butl} import libs += libbpkg%lib{bpkg} -import libs += libstudxml%lib{studxml} include ../brep/ @@ -34,7 +38,7 @@ mod{brep}: \ {hxx cxx}{ mod-repository-details } \ {hxx cxx}{ mod-repository-root } \ {hxx cxx}{ module } \ - {hxx ixx cxx}{ options } \ + {hxx ixx cxx}{ options } \ {hxx }{ options-types } \ {hxx cxx}{ page } \ { cxx}{ services } \ -- cgit v1.1