From 71c24862e7414b42f032d3fbe6099dcef7d72681 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Mon, 26 Nov 2018 17:33:11 +0700 Subject: [PATCH] meson: Install headers Signed-off-by: Arnaud Rebillout --- src/pulse/meson.build | 4 ++++ 1 file changed, 4 insertions(+) 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',