[sysprof: 58/63] build: ensure libsysprof-memory-4.so is placed in libdir



commit a9f136550b198dd33dff6f0ce2368af6b6baf28e
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jul 2 15:18:16 2020 -0700

    build: ensure libsysprof-memory-4.so is placed in libdir
    
    This makes it consistent with other preloads.

 src/libsysprof/preload/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libsysprof/preload/meson.build b/src/libsysprof/preload/meson.build
index 6906ec7..a1a6e60 100644
--- a/src/libsysprof/preload/meson.build
+++ b/src/libsysprof/preload/meson.build
@@ -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),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]