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:
Christian Hergert
2023-05-25 14:54:28 -07:00
parent 7ec74308b5
commit 92b3b77dd2
8 changed files with 1061 additions and 3 deletions

View File

@ -238,6 +238,7 @@ endif
needs_service_access = get_option('libsysprof') or get_option('agent')
install_service_files = needs_service_access or get_option('sysprofd') == 'bundled'
subdir('contrib')
subdir('src')
subdir('data')
subdir('po')