summaryrefslogtreecommitdiff
path: root/src/systemd-tty-ask-password-agent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-tty-ask-password-agent/Makefile')
-rw-r--r--src/systemd-tty-ask-password-agent/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemd-tty-ask-password-agent/Makefile b/src/systemd-tty-ask-password-agent/Makefile
index 3091527a7f..beba28d912 100644
--- a/src/systemd-tty-ask-password-agent/Makefile
+++ b/src/systemd-tty-ask-password-agent/Makefile
@@ -30,4 +30,6 @@ systemd_tty_ask_password_agent_SOURCES = \
systemd_tty_ask_password_agent_LDADD = \
libsystemd-shared.la
+sd.CPPFLAGS += -DSYSTEMD_TTY_ASK_PASSWORD_AGENT_BINARY_PATH=\"$(rootbindir)/systemd-tty-ask-password-agent\"
+
include $(topsrcdir)/build-aux/Makefile.tail.mk