summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-04-01 03:28:42 +0200
committerLennart Poettering <lennart@poettering.net>2013-04-01 03:29:30 +0200
commitd51539b182c0a8869e2063e82d04f8a5849bfbab (patch)
tree3247700443dc39f3aa771e81dd67a3a04420e952 /Makefile.am
parentadee69fa7a26df2f1b63cb813c1074f51a2a2612 (diff)
stdio-bridge: rework stdio bridge to use libsystemd-bus
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2a2a9fe2ed..bcd26a4780 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1612,7 +1612,9 @@ systemd_stdio_bridge_SOURCES = \
src/stdio-bridge/stdio-bridge.c
systemd_stdio_bridge_LDADD = \
- libsystemd-shared.la
+ libsystemd-shared.la \
+ libsystemd-bus.la \
+ libsystemd-daemon.la
# ------------------------------------------------------------------------------
systemd_tty_ask_password_agent_SOURCES = \