aboutsummaryrefslogtreecommitdiff
path: root/src/start-stop-daemon/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/start-stop-daemon/meson.build')
-rw-r--r--src/start-stop-daemon/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/start-stop-daemon/meson.build b/src/start-stop-daemon/meson.build
index 39229132..d363ff94 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', 'rc-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],