Commit e8975942 authored by Max Kellermann's avatar Max Kellermann

Makefile.am: link libicu.a before libutil.a

libicu.a depends on libutil.a.
parent 3ca80a73
......@@ -61,8 +61,8 @@ src_mpd_LDADD = \
libnet.a \
$(FS_LIBS) \
libsystem.a \
libutil.a \
$(ICU_LDADD) \
libutil.a \
$(SYSTEMD_DAEMON_LIBS)
src_mpd_SOURCES = \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment