meson.build: Add missing header files

This commit is contained in:
Jonas Ådahl 2017-05-11 16:23:30 +08:00 committed by Wim Taymans
parent 01246f399e
commit d26eb2da23
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,8 @@
pinos_headers = [
'array.h',
'connection.h',
'context.h',
'interfaces.h',
'introspect.h',
'log.h',
'loop.h',
@ -11,6 +13,7 @@ pinos_headers = [
'protocol-native.h',
'proxy.h',
'rtkit.h',
'sig.h',
'stream.h',
'subscribe.h',
'thread-mainloop.h',

View file

@ -21,6 +21,7 @@ spa_headers = [
'pod-utils.h',
'props.h',
'ringbuffer.h',
'type.h',
'type-map.h',
]