summary refs log tree commit diff stats
path: root/plugins/exec/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/exec/meson.build')
-rw-r--r--plugins/exec/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/exec/meson.build b/plugins/exec/meson.build
index 3f9e8a32..782814da 100644
--- a/plugins/exec/meson.build
+++ b/plugins/exec/meson.build
@@ -1,5 +1,6 @@
 shared_module('exec', 'exec.c',
   dependencies: hexchat_plugin_dep,
   install: true,
-  install_dir: plugindir
+  install_dir: plugindir,
+  vs_module_defs: 'exec.def',
 )