Makefile.am: link test/software_volume with GLib
That linker flag got lost when AM_LDFLAGS was removed.
This commit is contained in:
parent
0bc7f584f4
commit
d8218cae6b
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user