From: Lennart Poettering Date: Mon, 10 Sep 2012 07:28:42 +0000 (+0200) Subject: build-sys: add libsystemd-id128-internal.la as dep to libsystemd-core.la X-Git-Tag: v190~151 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=54aa25e63c9ab14525497e4c2aeb9e1f996b177a build-sys: add libsystemd-id128-internal.la as dep to libsystemd-core.la condition.c makes use of sd_id128_get_machine() after all. Spotted by Khem Raj. --- diff --git a/Makefile.am b/Makefile.am index 7ccec6713..df3d3cad9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1004,6 +1004,7 @@ libsystemd_core_la_LIBADD = \ libsystemd-label.la \ libsystemd-shared.la \ libsystemd-dbus.la \ + libsystemd-id128-internal.la \ libudev.la \ $(LIBWRAP_LIBS) \ $(PAM_LIBS) \