diff options
author | Max Kellermann <max@duempel.org> | 2010-06-21 09:45:35 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-06-21 09:45:35 +0200 |
commit | 07423c300e371694f187ed9c27042dd779bb9348 (patch) | |
tree | 2b80e22e3de4dd4fb5a6f0d313783ab6db5c6729 | |
parent | 69fcdc6a0722e32332a77a567e9408cb8504c62c (diff) |
Makefile.am: append LIBWRAP_LDFLAGS to OUTPUT_LIBS
This fixes test/run_output.
-rw-r--r-- | Makefile.am | 1 |
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) \ |