diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2023-11-14 14:19:27 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2023-11-14 14:19:35 -0600 |
commit | 88e5d98d051c99cded4c9bdde98505b281bb3e80 (patch) | |
tree | dd57b54d4cfacefd61481d3760a10030101364a0 /src/openrc-run/meson.build | |
parent | 1433552435c6c2ad63be71b724b63be2917769ba (diff) |
drop the deprecated runscript binary
Diffstat (limited to 'src/openrc-run/meson.build')
-rw-r--r-- | src/openrc-run/meson.build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/openrc-run/meson.build b/src/openrc-run/meson.build index 2e4b29a0..8bd50005 100644 --- a/src/openrc-run/meson.build +++ b/src/openrc-run/meson.build @@ -6,12 +6,3 @@ executable('openrc-run', include_directories: [incdir, einfo_incdir, rc_incdir], install: true, install_dir: sbindir) - -executable('runscript', - ['openrc-run.c', misc_c, plugin_c, selinux_c, usage_c, version_h], - c_args : [cc_audit_flags, cc_branding_flags, cc_pam_flags, cc_selinux_flags], - link_with: [libeinfo, librc], - dependencies: [audit_dep, dl_dep, pam_dep, pam_misc_dep, selinux_dep, util_dep, crypt_dep], - include_directories: [incdir, einfo_incdir, rc_incdir], - install: true, - install_dir: sbindir) |