libsysprof-analyze: add document type for marks

This commit is contained in:
Christian Hergert
2023-04-27 17:22:44 -07:00
parent 92950f4b6b
commit 6031233cc3
5 changed files with 214 additions and 0 deletions

View File

@ -2,6 +2,7 @@ libsysprof_analyze_public_sources = [
'sysprof-document.c',
'sysprof-document-frame.c',
'sysprof-document-log.c',
'sysprof-document-mark.c',
'sysprof-document-mmap.c',
'sysprof-document-sample.c',
]
@ -11,6 +12,7 @@ libsysprof_analyze_public_headers = [
'sysprof-document.h',
'sysprof-document-frame.h',
'sysprof-document-log.h',
'sysprof-document-mark.h',
'sysprof-document-mmap.h',
'sysprof-document-sample.h',
]