mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: start on battery charge capture
This commit is contained in:
@ -3,6 +3,7 @@ if get_option('libsysprof')
|
||||
libsysprof_c_args = [ '-DSYSPROF_COMPILATION' ]
|
||||
|
||||
libsysprof_public_sources = [
|
||||
'sysprof-battery-source.c',
|
||||
'sysprof-callgraph-profile.c',
|
||||
'sysprof-capture-gobject.c',
|
||||
'sysprof-capture-symbol-resolver.c',
|
||||
@ -27,6 +28,7 @@ libsysprof_public_sources = [
|
||||
]
|
||||
|
||||
libsysprof_public_headers = [
|
||||
'sysprof-battery-source.h',
|
||||
'sysprof-callgraph-profile.h',
|
||||
'sysprof-capture-gobject.h',
|
||||
'sysprof-capture-symbol-resolver.h',
|
||||
|
||||
Reference in New Issue
Block a user