mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: fix header installation paths
This commit is contained in:
@ -1,11 +1,17 @@
|
||||
libsysprof_headers += files([
|
||||
profiler_headers = [
|
||||
'sp-local-profiler.h',
|
||||
'sp-profile.h',
|
||||
'sp-profiler.h',
|
||||
])
|
||||
]
|
||||
|
||||
libsysprof_sources += files([
|
||||
profiler_sources = [
|
||||
'sp-local-profiler.c',
|
||||
'sp-profile.c',
|
||||
'sp-profiler.c',
|
||||
])
|
||||
]
|
||||
|
||||
libsysprof_headers += files(profiler_headers)
|
||||
libsysprof_sources += files(profiler_sources)
|
||||
|
||||
install_headers(profiler_headers,
|
||||
subdir: join_paths(libsysprof_header_subdir, 'profiler'))
|
||||
|
||||
Reference in New Issue
Block a user