aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-18 10:01:37 +0100
committerMax Kellermann <max@duempel.org>2014-02-18 10:01:37 +0100
commit28701cb9dd40374fee16e79ef4113e5ca86fc6c9 (patch)
tree19bcdade01fcfebe77963121de07c8cf34b73157 /Makefile.am
parent9b7f492c65ca1bcc034f81ae30eab05177bf322f (diff)
downloadmpd-28701cb9dd40374fee16e79ef4113e5ca86fc6c9.tar.gz
mpd-28701cb9dd40374fee16e79ef4113e5ca86fc6c9.tar.xz
mpd-28701cb9dd40374fee16e79ef4113e5ca86fc6c9.zip
Makefile.am: remove unused variable DECODER_SRC
Diffstat (limited to '')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 9672de8f5..6eb9c8042 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,7 +66,6 @@ mpd_headers = \
src_mpd_SOURCES = \
$(mpd_headers) \
- $(DECODER_SRC) \
$(OUTPUT_API_SRC) \
$(MIXER_API_SRC) \
src/Compiler.h \
@@ -680,8 +679,6 @@ DECODER_LIBS = \
$(ADPLUG_LIBS) \
$(FAAD_LIBS)
-DECODER_SRC =
-
if HAVE_MAD
libdecoder_plugins_a_SOURCES += \
src/decoder/plugins/MadDecoderPlugin.cxx \