build: add mapped_ring_buffer_sources for inclusion

We use this in various places but it relies on some static API in the
libsysprof-capture. Make it available to the other libraries.
This commit is contained in:
Christian Hergert
2023-05-26 16:46:44 -07:00
parent 55353aa185
commit 38dbf0dc95
3 changed files with 12 additions and 5 deletions

View File

@ -32,8 +32,9 @@ libsysprof_profile_deps = [
libsysprof_profile_static = static_library(
'sysprof-profile-@0@'.format(soname_major_version),
libsysprof_profile_public_sources +
libsysprof_profile_private_sources,
(libsysprof_profile_public_sources +
libsysprof_profile_private_sources +
mapped_ring_buffer_sources),
include_directories: [include_directories('.'),
ipc_include_dirs,