diff --git a/src/pulse/meson.build b/src/pulse/meson.build index f0db2da3e..72ca67444 100644 --- a/src/pulse/meson.build +++ b/src/pulse/meson.build @@ -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',