summaryrefslogtreecommitdiff
path: root/src/openrc-run/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/openrc-run/meson.build')
-rw-r--r--src/openrc-run/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openrc-run/meson.build b/src/openrc-run/meson.build
index c2fac9d8..412c5e9c 100644
--- a/src/openrc-run/meson.build
+++ b/src/openrc-run/meson.build
@@ -1,4 +1,4 @@
-executable('openrc-run', 'openrc-run.c',
+openrc_run = executable('openrc-run', 'openrc-run.c',
dependencies: [rc, einfo, shared, audit_dep, dl_dep, pam_dep, pam_misc_dep, selinux_dep, util_dep, crypt_dep],
include_directories: incdir,
install: true,