mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: always install capture headers
This commit is contained in:
@ -11,6 +11,8 @@ libsysprof_capture_headers = files([
|
||||
'sysprof-version-macros.h',
|
||||
])
|
||||
|
||||
install_headers(libsysprof_capture_headers, subdir: sysprof_header_subdir)
|
||||
|
||||
libsysprof_capture_sources = files([
|
||||
'sysprof-address.c',
|
||||
'sysprof-capture-condition.c',
|
||||
|
||||
@ -64,7 +64,6 @@ libsysprof_private_sources = [
|
||||
]
|
||||
|
||||
libsysprof_public_sources += libsysprof_capture_sources
|
||||
libsysprof_public_headers += libsysprof_capture_headers
|
||||
|
||||
libsysprof_deps = [
|
||||
gio_dep,
|
||||
|
||||
Reference in New Issue
Block a user