libsysprof-analyze: install libsysprof-analyze-6.so

This commit is contained in:
Christian Hergert
2023-04-28 16:52:19 -07:00
parent 7a3f90e8f5
commit a27d626187

View File

@ -36,7 +36,7 @@ libsysprof_analyze_deps = [
libsysprof_capture_deps,
]
libsysprof_analyze = library('sysprof-analyze',
libsysprof_analyze = library('sysprof-analyze-@0@'.format(soname_major_version),
libsysprof_analyze_public_sources,
include_directories: [include_directories('.'),
ipc_include_dirs,
@ -45,6 +45,7 @@ libsysprof_analyze = library('sysprof-analyze',
gnu_symbol_visibility: 'hidden',
version: '@0@.0.0'.format(soname_major_version),
darwin_versions: '@0@.0'.format(soname_major_version),
install: true,
)
libsysprof_analyze_dep = declare_dependency(