build: always install capture headers

This commit is contained in:
Christian Hergert
2019-06-03 12:52:35 -07:00
parent 9ccc35b9e4
commit c3915a72f2
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,8 @@ libsysprof_capture_headers = files([
'sysprof-version-macros.h',
])
install_headers(libsysprof_capture_headers, subdir: sysprof_header_subdir)
libsysprof_capture_sources = files([
'sysprof-address.c',
'sysprof-capture-condition.c',