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.
This commit is contained in:
Lennart Poettering 2012-09-10 09:28:42 +02:00
parent fa125f4e44
commit 54aa25e63c

View file

@ -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) \