From 977d07a3ae47ef204665d1eda2d642e5064724f3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Jun 2019 12:01:19 +0200 Subject: Split build system into library and driver --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 6116550..4cacd74 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -130,6 +130,7 @@ src="$src build2/version/*.cxx" src="$src build2/install/*.cxx" src="$src build2/in/*.cxx" src="$src build2/bash/*.cxx" +src="$src libbuild2/*.cxx" src="$src $libbutl/libbutl/*.cxx" # Filter out *.test.cxx sources. -- cgit v1.1