diff options
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 9493bea..1f89810 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -124,6 +124,7 @@ src="$src build2/cxx/*.cxx" src="$src build2/cli/*.cxx" src="$src build2/test/*.cxx" src="$src build2/install/*.cxx" +src="$src build2/pkgconfig/*.cxx" src="$src $libbutl/butl/*.cxx" set -x |