From 07423c300e371694f187ed9c27042dd779bb9348 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 21 Jun 2010 09:45:35 +0200 Subject: [PATCH] Makefile.am: append LIBWRAP_LDFLAGS to OUTPUT_LIBS This fixes test/run_output. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 0a2401796..076011f9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -632,6 +632,7 @@ OUTPUT_CFLAGS = \ $(SHOUT_CFLAGS) OUTPUT_LIBS = \ + $(LIBWRAP_LDFLAGS) \ $(AO_LIBS) \ $(ALSA_LIBS) \ $(JACK_LIBS) \