aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-10-02 19:27:30 +0200
committerMax Kellermann <max@duempel.org>2012-10-02 19:59:49 +0200
commitebd90dbb1a265d1a1c38252891cfe862a0d8a9b9 (patch)
tree876c92a56ebde52f489af9732957aaf70ad629c4 /Makefile.am
parentc9e700f07928b4a7dd34b8fdd2a00c226fd9b0b4 (diff)
downloadmpd-ebd90dbb1a265d1a1c38252891cfe862a0d8a9b9.tar.gz
mpd-ebd90dbb1a265d1a1c38252891cfe862a0d8a9b9.tar.xz
mpd-ebd90dbb1a265d1a1c38252891cfe862a0d8a9b9.zip
decoder/flac: move callbacks to class FLACInput
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 d0c8b48e4..161d1e719 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -618,6 +618,7 @@ endif
if HAVE_FLAC
libdecoder_plugins_a_SOURCES += \
+ src/decoder/FLACInput.cxx src/decoder/FLACInput.hxx \
src/decoder/FLACMetaData.cxx src/decoder/FLACMetaData.hxx \
src/decoder/FLAC_PCM.cxx src/decoder/FLAC_PCM.hxx \
src/decoder/FLACCommon.cxx src/decoder/FLACCommon.hxx \