Makefile.am: append LIBWRAP_LDFLAGS to OUTPUT_LIBS

This fixes test/run_output.
This commit is contained in:
Max Kellermann 2010-06-21 09:45:35 +02:00
parent 69fcdc6a07
commit 07423c300e

View File

@ -632,6 +632,7 @@ OUTPUT_CFLAGS = \
$(SHOUT_CFLAGS)
OUTPUT_LIBS = \
$(LIBWRAP_LDFLAGS) \
$(AO_LIBS) \
$(ALSA_LIBS) \
$(JACK_LIBS) \