libsysprof: add memory aid

This commit is contained in:
Christian Hergert
2019-05-18 18:58:16 -07:00
parent 210de8268e
commit a6d81c5a5c
5 changed files with 123 additions and 0 deletions

View File

@ -12,6 +12,7 @@ libsysprof_ui_public_sources = [
'sysprof-marks-model.c',
'sysprof-marks-view.c',
'sysprof-mark-visualizer-row.c',
'sysprof-memory-aid.c',
'sysprof-model-filter.c',
'sysprof-notebook.c',
'sysprof-process-model-row.c',
@ -56,6 +57,8 @@ libsysprof_ui_public_headers = [
'sysprof-marks-model.h',
'sysprof-marks-view.h',
'sysprof-mark-visualizer-row.h',
'sysprof-memory-aid.h',
'sysprof-model-filter.c',
'sysprof-model-filter.h',
'sysprof-notebook.h',
'sysprof-process-model-row.h',