From: Kay Sievers Date: Wed, 5 Dec 2012 01:08:49 +0000 (+0100) Subject: build-sys: add libsystemd-daemon.la to libsystemd-core.la X-Git-Tag: v197~148 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f3ffced5415a385ff08b460fcc95251e773b38a7 build-sys: add libsystemd-daemon.la to libsystemd-core.la https://bugs.freedesktop.org/show_bug.cgi?id=57900 --- diff --git a/Makefile.am b/Makefile.am index bafd4734c..f8fe2529a 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) \