From f6bbe1332f63560bd212a068e8fc9faf16455dc7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 18 Nov 2010 22:25:11 +0100 Subject: replay_gain_ape: parse replay gain from APE tags Based on the APE reader. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3