build-sys: fix build without -Wl,--gc-sections

bootctl needs libsystemd-daemon.la too.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-02-13 16:13:56 -05:00
parent 9db11a99be
commit 5322bdd4cc

View file

@ -3087,7 +3087,8 @@ bootctl_SOURCES = \
bootctl_LDADD = \
libsystemd-shared.la \
libsystemd-id128.la
libsystemd-id128.la \
libsystemd-daemon.la
bin_PROGRAMS += \
bootctl