summaryrefslogtreecommitdiff
path: root/src/pulse
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulse')
-rw-r--r--src/pulse/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulse/meson.build b/src/pulse/meson.build
index 28c24887e..aaebff53e 100644
--- a/src/pulse/meson.build
+++ b/src/pulse/meson.build
@@ -86,9 +86,9 @@ libpulse = shared_library('pulse',
libpulse_dep = declare_dependency(link_with: libpulse)
-install_data(
+install_headers(
libpulse_headers, 'simple.h',
- install_dir : join_paths(includedir, 'pulse')
+ subdir : 'pulse'
)
libpulse_simple = shared_library('pulse-simple',