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

@ -150,7 +150,9 @@ endif
libsysprof_static = static_library(
'sysprof',
libsysprof_public_sources + libsysprof_private_sources,
(libsysprof_public_sources +
libsysprof_private_sources +
mapped_ring_buffer_sources),
include_directories: [include_directories('.'),
ipc_include_dirs,