aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-11-18 21:44:24 +0100
committerMax Kellermann <max@duempel.org>2010-11-18 21:44:24 +0100
commit11613347bedef464029c167116d226ec3fddfdcd (patch)
tree14ddc1a52d1df90c2cd63ab5316f92254f7b77b5 /Makefile.am
parent8f46f1520cdb3e3e131b2021ac40325f6bdda2c8 (diff)
downloadmpd-11613347bedef464029c167116d226ec3fddfdcd.tar.gz
mpd-11613347bedef464029c167116d226ec3fddfdcd.tar.xz
mpd-11613347bedef464029c167116d226ec3fddfdcd.zip
tag_ape: move code to ape.c
Generic library for scanning APE tags. Eliminated one "goto"!
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 92a2a9f55..6160ac79c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,6 +34,7 @@ mpd_headers = \
src/check.h \
src/notify.h \
src/ack.h \
+ src/ape.h \
src/audio.h \
src/audio_format.h \
src/audio_check.h \
@@ -412,6 +413,7 @@ TAG_LIBS = \
$(ID3TAG_LIBS)
TAG_SRC = \
+ src/ape.c \
src/tag_ape.c
if HAVE_ID3TAG