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://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3ffced5415a385ff08b460fcc95251e773b38a7;p=thirdparty%2Fsystemd.git 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 bafd4734cca..f8fe2529ab9 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) \