summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-25 20:35:17 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-25 20:36:01 +0200
commitec863ba65a41e58680a3ab15841243088284e808 (patch)
treeb92316794d11a99154bcd1eea32741b1f8b87fc7 /Makefile.am
parentf015eca2a2f4186208930cf23196967ed425e2c9 (diff)
ask-password: add basic tty agent
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dcaf382fb4..62dcf78e6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,7 +81,8 @@ rootbin_PROGRAMS = \
systemd \
systemctl \
systemd-notify \
- systemd-ask-password
+ systemd-ask-password \
+ systemd-tty-ask-password-agent
bin_PROGRAMS = \
systemd-cgls
@@ -880,6 +881,13 @@ systemd_gnome_ask_password_agent_LDADD = \
$(DBUSGLIB_LIBS) \
$(GTK_LIBS)
+systemd_tty_ask_password_agent_SOURCES = \
+ src/tty-ask-password-agent.c \
+ src/utmp-wtmp.c
+
+systemd_tty_ask_password_agent_LDADD = \
+ libsystemd-basic.la
+
pam_systemd_la_SOURCES = \
src/pam-module.c \
src/cgroup-util.c \