diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-26 17:49:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-26 17:49:14 +0300 |
commit | 671e580555d94dc95309e5e4f86e27d05189530e (patch) | |
tree | 7b44f8a459746c5bbd372952fde1ca3ce6307fff /bootstrap.sh | |
parent | f3ffef62fa5079a19cb3347837521495bdbe79c4 (diff) |
Add version source files to bootstrap scripts
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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" |