aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-14 21:29:01 +0200
committerMax Kellermann <max@duempel.org>2009-07-14 21:29:01 +0200
commita620e936cc92440c4cf0a0fada700fe801b6c1a1 (patch)
treea16f1adbdbf3188469fe8b78436d55dce2fa2e59 /Makefile.am
parentd897170455c2542940ea7144c5a0bed4578fbe1e (diff)
downloadmpd-a620e936cc92440c4cf0a0fada700fe801b6c1a1.tar.gz
mpd-a620e936cc92440c4cf0a0fada700fe801b6c1a1.tar.xz
mpd-a620e936cc92440c4cf0a0fada700fe801b6c1a1.zip
Makefile.am: use WAVPACK_CFLAGS and WAVPACK_LIBS
Don't append these to MPD_CFLAGS and MPD_LIBS.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 37d5b3a62..7b16b1116 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -332,6 +332,7 @@ DECODER_CFLAGS = \
$(SIDPLAY_CFLAGS) \
$(FLUIDSYNTH_CFLAGS) \
$(WILDMIDI_CFLAGS) \
+ $(WAVPACK_CFLAGS) \
$(MAD_CFLAGS) \
$(FFMPEG_CFLAGS) \
$(CUE_CFLAGS)
@@ -345,6 +346,7 @@ DECODER_LIBS = \
$(SIDPLAY_LIBS) \
$(FLUIDSYNTH_LIBS) \
$(WILDMIDI_LIBS) \
+ $(WAVPACK_LIBS) \
$(MAD_LIBS) \
$(MP4FF_LIBS) \
$(FFMPEG_LIBS) \