diff options
Diffstat (limited to 'src/systemd-tty-ask-password-agent')
-rw-r--r-- | src/systemd-tty-ask-password-agent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-tty-ask-password-agent/Makefile b/src/systemd-tty-ask-password-agent/Makefile index d71f124472..b5119b5066 100644 --- a/src/systemd-tty-ask-password-agent/Makefile +++ b/src/systemd-tty-ask-password-agent/Makefile @@ -23,7 +23,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk -rootbit_PROGRAMS += systemd-tty-ask-password-agent +rootbin_PROGRAMS += systemd-tty-ask-password-agent systemd_tty_ask_password_agent_SOURCES = \ src/tty-ask-password-agent/tty-ask-password-agent.c |