summary refs log tree commit diff stats
path: root/contrib/rdmacm-mux/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/rdmacm-mux/meson.build')
-rw-r--r--contrib/rdmacm-mux/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/rdmacm-mux/meson.build b/contrib/rdmacm-mux/meson.build
index 6cc5016747..7674f54cc5 100644
--- a/contrib/rdmacm-mux/meson.build
+++ b/contrib/rdmacm-mux/meson.build
@@ -2,7 +2,7 @@ if 'CONFIG_PVRDMA' in config_host
   # if not found, CONFIG_PVRDMA should not be set
   # FIXME: broken on big endian architectures
   libumad = cc.find_library('ibumad', required: true)
-  executable('rdmacm-mux', files('main.c'),
+  executable('rdmacm-mux', files('main.c'), genh,
              dependencies: [glib, libumad],
              build_by_default: false,
              install: false)