summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-03-21 22:50:25 +0100
committerLennart Poettering <lennart@poettering.net>2013-03-21 22:53:29 +0100
commite3017af97310da024ffb378ed155bc1676922ce7 (patch)
treea09b0a555b89f7ec00d0ab62294770db99c5642a /Makefile.am
parent43b4c9aaf56aefdc55c4b6c1df78e30cdcf3988f (diff)
downloadsystemd-e3017af97310da024ffb378ed155bc1676922ce7.tar.gz
bus: implement full method call timeout logic
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d9cc5f0f96..969f85adfe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1668,7 +1668,8 @@ libsystemd_bus_la_SOURCES = \
src/libsystemd-bus/bus-type.h
libsystemd_bus_la_LIBADD = \
- libsystemd-id128-internal.la
+ libsystemd-id128-internal.la \
+ libsystemd-shared.la
noinst_LTLIBRARIES += \
libsystemd-bus.la