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 --- brep/buildfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'brep/buildfile') diff --git a/brep/buildfile b/brep/buildfile index b1e80a3..d34a6e5 100644 --- a/brep/buildfile +++ b/brep/buildfile @@ -6,11 +6,10 @@ define sql: file sql{*}: extension = sql sql{*}: install = data/ -# lib{brep} -# -import libs += libodb%lib{odb} -import libs += libodb-pgsql%lib{odb-pgsql} -import libs += libbpkg%lib{bpkg} +import int_libs = libodb%lib{odb} +import int_libs += libodb-pgsql%lib{odb-pgsql} +import int_libs += libbutl%lib{butl} +import int_libs += libbpkg%lib{bpkg} lib{brep}: \ {hxx cxx}{ package } \ @@ -23,10 +22,11 @@ lib{brep}: \ {hxx }{ utility } \ {hxx }{ version } \ {hxx }{ wrapper-traits } \ -$libs \ + $int_libs \ sql{package package-extra} lib{brep}: cxx.export.poptions = -I$out_root -I$src_root +lib{brep}: cxx.export.libs = $int_libs # Install into the brep/ subdirectory of, say, /usr/include/. # -- cgit v1.1