libsysprof: move tracefd to separate source

This commit is contained in:
Christian Hergert
2019-05-24 16:01:32 -07:00
parent a4b5a582f4
commit 552ccb4f60
5 changed files with 342 additions and 40 deletions

View File

@ -20,6 +20,7 @@ libsysprof_public_sources = [
'sysprof-source.c',
'sysprof-symbol-dirs.c',
'sysprof-symbol-resolver.c',
'sysprof-tracefd-source.c',
]
libsysprof_public_headers = [
@ -42,6 +43,7 @@ libsysprof_public_headers = [
'sysprof-source.h',
'sysprof-symbol-dirs.h',
'sysprof-symbol-resolver.h',
'sysprof-tracefd-source.h',
'sysprof.h',
]