libsysprof-gtk: move timefiltermodel

This will all get joined together anyway, but for now.
This commit is contained in:
Christian Hergert
2023-07-13 20:19:14 -07:00
parent be47b171e7
commit e010980a1b
4 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ libsysprof_gtk_public_sources = [
'sysprof-session-model.c',
'sysprof-session-model-item.c',
'sysprof-split-layer.c',
'sysprof-time-filter-model.c',
'sysprof-time-label.c',
'sysprof-time-ruler.c',
'sysprof-time-span-layer.c',
@ -51,6 +52,7 @@ libsysprof_gtk_public_headers = [
'sysprof-session-model.h',
'sysprof-session-model-item.h',
'sysprof-split-layer.h',
'sysprof-time-filter-model.h',
'sysprof-time-label.h',
'sysprof-time-ruler.h',
'sysprof-time-series.h',

View File

@ -17,7 +17,6 @@ sysprof_sources = [
'sysprof-sidebar.c',
'sysprof-single-model.c',
'sysprof-time-scrubber.c',
'sysprof-time-filter-model.c',
'sysprof-traceables-utility.c',
'sysprof-window.c',
]