diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-21 22:50:25 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-21 22:53:29 +0100 |
commit | e3017af97310da024ffb378ed155bc1676922ce7 (patch) | |
tree | a09b0a555b89f7ec00d0ab62294770db99c5642a /Makefile.am | |
parent | 43b4c9aaf56aefdc55c4b6c1df78e30cdcf3988f (diff) |
bus: implement full method call timeout logic
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 |