aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-11-18 22:25:11 +0100
committerMax Kellermann <max@duempel.org>2010-11-18 22:26:06 +0100
commitf6bbe1332f63560bd212a068e8fc9faf16455dc7 (patch)
treec0b6d42e2e4829a5bc5a9913bf00f5045cba4566 /Makefile.am
parent11613347bedef464029c167116d226ec3fddfdcd (diff)
downloadmpd-f6bbe1332f63560bd212a068e8fc9faf16455dc7.tar.gz
mpd-f6bbe1332f63560bd212a068e8fc9faf16455dc7.tar.xz
mpd-f6bbe1332f63560bd212a068e8fc9faf16455dc7.zip
replay_gain_ape: parse replay gain from APE tags
Based on the APE reader.
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 6160ac79c..0966a2a66 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -187,6 +187,7 @@ mpd_headers = \
src/refcount.h \
src/replay_gain_config.h \
src/replay_gain_info.h \
+ src/replay_gain_ape.h \
src/sig_handlers.h \
src/song.h \
src/song_print.h \
@@ -414,6 +415,7 @@ TAG_LIBS = \
TAG_SRC = \
src/ape.c \
+ src/replay_gain_ape.c \
src/tag_ape.c
if HAVE_ID3TAG