mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user