mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-08 22:20:54 +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:
@ -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')
|
||||
|
||||
Reference in New Issue
Block a user