aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-06-21 09:45:35 +0200
committerMax Kellermann <max@duempel.org>2010-06-21 09:45:35 +0200
commit07423c300e371694f187ed9c27042dd779bb9348 (patch)
tree2b80e22e3de4dd4fb5a6f0d313783ab6db5c6729 /Makefile.am
parent69fcdc6a0722e32332a77a567e9408cb8504c62c (diff)
downloadmpd-07423c300e371694f187ed9c27042dd779bb9348.tar.gz
mpd-07423c300e371694f187ed9c27042dd779bb9348.tar.xz
mpd-07423c300e371694f187ed9c27042dd779bb9348.zip
Makefile.am: append LIBWRAP_LDFLAGS to OUTPUT_LIBS
This fixes test/run_output.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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) \