preload: move to libdir from libexecdir

This isn't an executable, it just belongs in libdir.
This commit is contained in:
Christian Hergert
2020-03-05 15:46:03 -08:00
parent 745eb981d1
commit a6c39af553
3 changed files with 3 additions and 2 deletions

View File

@ -15,5 +15,5 @@ libsysprof_memory_preload = shared_library('sysprof-memory-@0@'.format(libsyspro
libsysprof_memory_preload_sources,
dependencies: libsysprof_memory_preload_deps,
install: true,
install_dir: get_option('libexecdir'),
install_dir: get_option('libdir'),
)