Fix missing headers check

Current Gillab CI fails with:
  $ ./check_missing_headers.sh
  spa/monitor/event.h not installed
This commit is contained in:
Frédéric Danis 2020-07-07 16:00:26 +02:00 committed by Wim Taymans
parent ee54cb96aa
commit e17688a43b

View file

@ -37,6 +37,7 @@ install_headers(spa_graph_headers,
spa_monitor_headers = [
'monitor/device.h',
'monitor/event.h',
'monitor/utils.h',
]