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

11
lib/profiler/meson.build Normal file
View File

@ -0,0 +1,11 @@
libsysprof_headers += files([
'sp-local-profiler.h',
'sp-profile.h',
'sp-profiler.h',
])
libsysprof_sources += files([
'sp-local-profiler.c',
'sp-profile.c',
'sp-profiler.c',
])