summaryrefslogtreecommitdiff
path: root/src/systemd-tty-ask-password-agent
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-tty-ask-password-agent')
l---------src/systemd-tty-ask-password-agent/GNUmakefile1
-rw-r--r--src/systemd-tty-ask-password-agent/Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/systemd-tty-ask-password-agent/GNUmakefile b/src/systemd-tty-ask-password-agent/GNUmakefile
new file mode 120000
index 0000000000..54fdd42278
--- /dev/null
+++ b/src/systemd-tty-ask-password-agent/GNUmakefile
@@ -0,0 +1 @@
+../../GNUmakefile \ No newline at end of file
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