From a0950f84b17c16a93666a73252d9222fd093416b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Nov 2015 09:27:08 +0200 Subject: Add dist support --- bpkg/buildfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bpkg/buildfile') diff --git a/bpkg/buildfile b/bpkg/buildfile index 41cdb66..2340443 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -4,6 +4,12 @@ import libs += libbutl%lib{butl} -lib{bpkg}: cxx{manifest-parser manifest-serializer manifest} $libs +lib{bpkg}: \ +{ hxx cxx }{ manifest } \ +{ hxx cxx }{ manifest-parser } \ +{ hxx cxx }{ manifest-serializer } \ +{ hxx }{ version } \ +$libs + cxx.poptions += -I$src_root lib{bpkg}: cxx.export.poptions = -I$src_root -- cgit v1.1