aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap-mingw.bat1
-rw-r--r--bootstrap-msvc.bat1
-rwxr-xr-xbootstrap.sh1
3 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap-mingw.bat b/bootstrap-mingw.bat
index a7049bb..2296612 100644
--- a/bootstrap-mingw.bat
+++ b/bootstrap-mingw.bat
@@ -70,6 +70,7 @@ set "src=%src% build2\cxx\*.cxx"
set "src=%src% build2\cli\*.cxx"
set "src=%src% build2\test\*.cxx"
set "src=%src% build2\install\*.cxx"
+set "src=%src% build2\pkgconfig\*.cxx"
set "src=%src% %libbutl%\butl\*.cxx"
rem Get the compile options.
diff --git a/bootstrap-msvc.bat b/bootstrap-msvc.bat
index fba7a2e..1e0c96a 100644
--- a/bootstrap-msvc.bat
+++ b/bootstrap-msvc.bat
@@ -101,6 +101,7 @@ set "src=%src% build2\cxx"
set "src=%src% build2\cli"
set "src=%src% build2\test"
set "src=%src% build2\install"
+set "src=%src% build2\pkgconfig"
set "src=%src% %libbutl%\butl"
rem Get the compile options.
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