summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnotify/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/libnotify/meson.build b/libnotify/meson.build
index 15624da..a2fb814 100644
--- a/libnotify/meson.build
+++ b/libnotify/meson.build
@@ -1,4 +1,5 @@
-libnotify_includedir = join_paths(includedir, meson.project_name())
+libnotify_includesubdir = meson.project_name()
+libnotify_includedir = join_paths(includedir, libnotify_includesubdir)
headers = [
'notify.h',
@@ -81,4 +82,4 @@ if not introspection.disabled()
)
endif
-install_headers(headers, subdir: libnotify_includedir)
+install_headers(headers, subdir: libnotify_includesubdir)