summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libwnck/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/libwnck/meson.build b/libwnck/meson.build
index 8c5c22f..cb43cf7 100644
--- a/libwnck/meson.build
+++ b/libwnck/meson.build
@@ -100,6 +100,7 @@ libwnck_lib = shared_library(LIBNAME,
sources: sources + a11y_sources + enum_types + resources,
version: '@0@.@1@.@2@'.format(LIBWNCK_SOVERSION, LIBWNCK_CURRENT, LIBWNCK_REVISION),
soversion: LIBWNCK_SOVERSION,
+ link_depends: mapfile,
install: true,
)