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