meson: Install headers

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-11-26 17:33:11 +07:00 committed by Arun Raghavan
parent 538229633f
commit 71c24862e7

View file

@ -78,6 +78,10 @@ libpulse = shared_library('pulse',
libpulse_dep = declare_dependency(link_with: libpulse)
install_data(libpulse_headers,
install_dir : join_paths(includedir, 'pulse')
)
libpulse_simple = shared_library('pulse-simple',
'simple.c',
'simple.h',