diff options
Diffstat (limited to 'src/start-stop-daemon/meson.build')
-rw-r--r-- | src/start-stop-daemon/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/start-stop-daemon/meson.build b/src/start-stop-daemon/meson.build index d363ff94..6cae791d 100644 --- a/src/start-stop-daemon/meson.build +++ b/src/start-stop-daemon/meson.build @@ -1,5 +1,5 @@ executable('start-stop-daemon', - ['start-stop-daemon.c', 'pipes.c', misc_c, schedules_c, + ['start-stop-daemon.c', pipes_c, misc_c, schedules_c, selinux_c, usage_c, version_h], c_args : [cc_audit_flags, cc_branding_flags, cc_pam_flags, cc_cap_flags, cc_selinux_flags], link_with: [libeinfo, librc], |