build: use subdir meson.build files

This keeps the build file closer to the sources it effects.
This commit is contained in:
Christian Hergert
2017-09-28 16:57:00 -07:00
parent 4f93ede6fa
commit 190faa818d
9 changed files with 168 additions and 110 deletions

17
lib/callgraph/meson.build Normal file
View File

@ -0,0 +1,17 @@
libsysprof_headers += files([
'sp-callgraph-profile.h',
])
libsysprof_sources += files([
'sp-callgraph-profile-private.h',
'sp-callgraph-profile.c',
])
libsysprof_ui_headers += files([
'sp-callgraph-view.h',
])
libsysprof_ui_sources += files([
'sp-callgraph-view.c',
])