diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7658fed17..76b1c5557 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) \ |