libsysprof-analyze: add document type for log messages

This commit is contained in:
Christian Hergert
2023-04-27 17:15:35 -07:00
parent 9b05f5c0a5
commit 92950f4b6b
5 changed files with 191 additions and 2 deletions

View File

@ -1,6 +1,7 @@
libsysprof_analyze_public_sources = [
'sysprof-document.c',
'sysprof-document-frame.c',
'sysprof-document-log.c',
'sysprof-document-mmap.c',
'sysprof-document-sample.c',
]
@ -9,6 +10,7 @@ libsysprof_analyze_public_headers = [
'sysprof-analyze.h',
'sysprof-document.h',
'sysprof-document-frame.h',
'sysprof-document-log.h',
'sysprof-document-mmap.h',
'sysprof-document-sample.h',
]