summaryrefslogtreecommitdiff
path: root/src/systemd-tty-ask-password-agent/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 15:23:37 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 15:23:37 -0400
commit5e3b3f11afb6011bf543a6f4fe4de4c6074678f5 (patch)
treea8992b628b43b0bd0214ce56921157b9a8c7631c /src/systemd-tty-ask-password-agent/Makefile
parent0b4288e3168dee3224c04871528170442305348f (diff)
fix
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