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