mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
build: ensure libsysprof-memory-4.so is placed in libdir
This makes it consistent with other preloads.
This commit is contained in:
committed by
Philip Withnall
parent
97ddf5a0cc
commit
a9f136550b
@ -15,7 +15,7 @@ libsysprof_memory_preload = shared_library('sysprof-memory-@0@'.format(libsyspro
|
|||||||
['sysprof-memory-collector.c'],
|
['sysprof-memory-collector.c'],
|
||||||
dependencies: preload_deps,
|
dependencies: preload_deps,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: get_option('libexecdir'),
|
install_dir: get_option('libdir'),
|
||||||
)
|
)
|
||||||
|
|
||||||
libsysprof_speedtrack_preload = shared_library('sysprof-speedtrack-@0@'.format(libsysprof_api_version),
|
libsysprof_speedtrack_preload = shared_library('sysprof-speedtrack-@0@'.format(libsysprof_api_version),
|
||||||
|
|||||||
Reference in New Issue
Block a user