From 9ab32f9daa9601250f183a694586712654be2ffe Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 31 Mar 2013 20:19:44 +0200 Subject: bus: reuse sd_is_socket() call --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3-54-g00ecf