build: ensure libsysprof-memory-4.so is placed in libdir

This makes it consistent with other preloads.
This commit is contained in:
Christian Hergert
2020-07-02 15:18:16 -07:00
committed by Philip Withnall
parent 97ddf5a0cc
commit a9f136550b

View File

@ -15,7 +15,7 @@ libsysprof_memory_preload = shared_library('sysprof-memory-@0@'.format(libsyspro
['sysprof-memory-collector.c'],
dependencies: preload_deps,
install: true,
install_dir: get_option('libexecdir'),
install_dir: get_option('libdir'),
)
libsysprof_speedtrack_preload = shared_library('sysprof-speedtrack-@0@'.format(libsysprof_api_version),