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', 'sysprof-version-macros.h',
]) ])
install_headers(libsysprof_capture_headers, subdir: sysprof_header_subdir)
libsysprof_capture_sources = files([ libsysprof_capture_sources = files([
'sysprof-address.c', 'sysprof-address.c',
'sysprof-capture-condition.c', 'sysprof-capture-condition.c',

View File

@ -64,7 +64,6 @@ libsysprof_private_sources = [
] ]
libsysprof_public_sources += libsysprof_capture_sources libsysprof_public_sources += libsysprof_capture_sources
libsysprof_public_headers += libsysprof_capture_headers
libsysprof_deps = [ libsysprof_deps = [
gio_dep, gio_dep,