build: don't install sysprof-cat and sysprof-dump

At least for now
This commit is contained in:
Christian Hergert
2019-05-29 16:56:57 -07:00
parent 0a81d1a93d
commit cb4aed73bc

View File

@ -12,14 +12,12 @@ endif
sysprof_cat = executable('sysprof-cat', 'sysprof-cat.c',
dependencies: tools_deps,
install_dir: get_option('bindir'),
install: true,
install: false,
)
sysprof_dump = executable('sysprof-dump', 'sysprof-dump.c',
dependencies: tools_deps,
install_dir: get_option('bindir'),
install: true,
install: false,
)
sysprof_profiler_ctl = executable('sysprof-profiler-ctl',