summaryrefslogtreecommitdiff
path: root/src/systemd-stdio-bridge/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-stdio-bridge/Makefile
parent0b4288e3168dee3224c04871528170442305348f (diff)
fix
Diffstat (limited to 'src/systemd-stdio-bridge/Makefile')
-rw-r--r--src/systemd-stdio-bridge/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd-stdio-bridge/Makefile b/src/systemd-stdio-bridge/Makefile
index 096d94b90a..cd15120b23 100644
--- a/src/systemd-stdio-bridge/Makefile
+++ b/src/systemd-stdio-bridge/Makefile
@@ -28,6 +28,7 @@ systemd_stdio_bridge_SOURCES = \
src/stdio-bridge/stdio-bridge.c
systemd_stdio_bridge_LDADD = \
+ libsystemd-internal.la \
libsystemd-shared.la
include $(topsrcdir)/build-aux/Makefile.tail.mk