build-sys: link libsystemd-login with libsystemd-label.la

libsystemd-login.la uses cg_create() that currently seems to be a part
of libsystemd-label.la. However, it doesn't link against that library
and it seems that none of the (unconditional) libraries it uses do. In
the end, people end up getting «undefined reference to `cg_create'»
when trying to build e.g. dbus.
This commit is contained in:
Michał Górny 2013-09-30 10:08:09 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent ba54bcb822
commit ceadabb102

View file

@ -3919,6 +3919,7 @@ libsystemd_login_la_LDFLAGS = \
libsystemd_login_la_LIBADD = \
libsystemd-shared.la \
libsystemd-daemon-internal.la \
libsystemd-label.la \
$(RT_LIBS)
libsystemd_login_internal_la_SOURCES = \