diff --git a/make-bsd.mk b/make-bsd.mk index d8bdabfa1..cf4c22c8b 100644 --- a/make-bsd.mk +++ b/make-bsd.mk @@ -1,6 +1,6 @@ # This requires GNU make, which is typically "gmake" on BSD systems -INCLUDES=-isystem ext -Iext/prometheus-cpp-lite-1.0/core/include -Iext/prometheus-cpp-lite-1.0/simpleapi/include +INCLUDES=-isystem ext -Iext/prometheus-cpp-lite-1.0/core/include -Iext/prometheus-cpp-lite-1.0/simpleapi/include -Iext/opentelemetry-cpp-api-only/include DEFS= LIBS= diff --git a/make-netbsd.mk b/make-netbsd.mk index 2b7374ac6..6ee32ccd9 100644 --- a/make-netbsd.mk +++ b/make-netbsd.mk @@ -1,7 +1,7 @@ CC=gcc CXX=g++ -INCLUDES= +INCLUDES=-Iext/opentelemetry-cpp-api-only/include DEFS= LIBS=