Install all header files

This commit is contained in:
Linus Svensson 2017-05-16 09:24:21 +02:00 committed by Wim Taymans
parent 49d635ae68
commit a5c9ba1e5b
2 changed files with 35 additions and 0 deletions

View file

@ -1,3 +1,11 @@
spalib_headers = [
'debug.h',
'mapper.h',
'props.h',
]
install_headers(spalib_headers, subdir : 'spa/lib')
spalib_sources = ['debug.c',
'mapper.c',
'props.c',