mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
contrib: create static library for elfparser
I want to move a bunch of this "contrib" style sources into their own area so we can statically link them but keep them separate from main sysprof code.
This commit is contained in:
@ -33,9 +33,6 @@ libsysprof_analyze_public_sources = [
|
||||
]
|
||||
|
||||
libsysprof_analyze_private_sources = [
|
||||
'../libsysprof/binfile.c',
|
||||
'../libsysprof/demangle.cpp',
|
||||
'../libsysprof/elfparser.c',
|
||||
'sysprof-address-layout.c',
|
||||
'sysprof-document-bitset-index.c',
|
||||
'sysprof-document-symbols.c',
|
||||
@ -89,6 +86,7 @@ libsysprof_analyze_deps = [
|
||||
dependency('gio-2.0', version: glib_req_version),
|
||||
dependency('gtk4', version: gtk_req_version),
|
||||
|
||||
libelfparser_static_dep,
|
||||
libsysprof_capture_dep,
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user