summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-03-31 20:19:44 +0200
committerLennart Poettering <lennart@poettering.net>2013-04-01 03:29:29 +0200
commit9ab32f9daa9601250f183a694586712654be2ffe (patch)
treedc9a02775d360a39ac3d8c83b0469fa1f04d24b1 /Makefile.am
parent15d5af8145a36194385b4558eeeef91512f2151e (diff)
bus: reuse sd_is_socket() call
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 ef13ad20ba..2a2a9fe2ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1689,7 +1689,8 @@ libsystemd_bus_la_SOURCES = \
libsystemd_bus_la_LIBADD = \
libsystemd-id128-internal.la \
- libsystemd-shared.la
+ libsystemd-shared.la \
+ libsystemd-daemon.la
noinst_LTLIBRARIES += \
libsystemd-bus.la