From f3ffced5415a385ff08b460fcc95251e773b38a7 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 5 Dec 2012 02:08:49 +0100 Subject: [PATCH] build-sys: add libsystemd-daemon.la to libsystemd-core.la https://bugs.freedesktop.org/show_bug.cgi?id=57900 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index bafd4734cc..f8fe2529ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1115,6 +1115,7 @@ libsystemd_core_la_LIBADD = \ libsystemd-dbus.la \ libsystemd-audit.la \ libsystemd-id128-internal.la \ + libsystemd-daemon.la \ libudev.la \ $(LIBWRAP_LIBS) \ $(PAM_LIBS) \