From 11613347bedef464029c167116d226ec3fddfdcd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 18 Nov 2010 21:44:24 +0100 Subject: tag_ape: move code to ape.c Generic library for scanning APE tags. Eliminated one "goto"! --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3