libsysprof-analyze: add document type for metadata

This commit is contained in:
Christian Hergert
2023-04-27 17:58:23 -07:00
parent d878fbf372
commit 72c0ba731c
5 changed files with 167 additions and 0 deletions

View File

@ -4,6 +4,7 @@ libsysprof_analyze_public_sources = [
'sysprof-document-frame.c',
'sysprof-document-log.c',
'sysprof-document-mark.c',
'sysprof-document-metadata.c',
'sysprof-document-mmap.c',
'sysprof-document-process.c',
'sysprof-document-sample.c',
@ -16,6 +17,7 @@ libsysprof_analyze_public_headers = [
'sysprof-document-frame.h',
'sysprof-document-log.h',
'sysprof-document-mark.h',
'sysprof-document-metadata.h',
'sysprof-document-mmap.h',
'sysprof-document-process.h',
'sysprof-document-sample.h',