From 671e580555d94dc95309e5e4f86e27d05189530e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 26 Apr 2017 17:49:14 +0300 Subject: Add version source files to bootstrap scripts --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 1c3f8c4..797b772 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -126,6 +126,7 @@ src="$src build2/cxx/*.cxx" src="$src build2/cli/*.cxx" src="$src build2/test/*.cxx" src="$src build2/test/script/*.cxx" +src="$src build2/version/*.cxx" src="$src build2/install/*.cxx" src="$src build2/pkgconfig/*.cxx" src="$src $libbutl/butl/*.cxx" -- cgit v1.1