Commit d8218cae authored by Max Kellermann's avatar Max Kellermann

Makefile.am: link test/software_volume with GLib

That linker flag got lost when AM_LDFLAGS was removed.
parent 0bc7f584
......@@ -582,6 +582,8 @@ test_run_encoder_LDADD = $(MPD_LIBS) \
test_software_volume_SOURCES = test/software_volume.c \
src/audio_parser.c \
src/pcm_volume.c
test_software_volume_LDADD = \
$(GLIB_LIBS)
test_run_output_CPPFLAGS = $(AM_CPPFLAGS) \
$(ENCODER_CFLAGS) \
......
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