aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-29 09:38:27 +0200
committerEric Wong <normalperson@yhbt.net>2008-09-02 00:14:53 -0700
commit323835240107ba08c080bbd8ed7aebe742fc4475 (patch)
tree2787c8b370e94325c2cedf0fc589785aed18117f /src/Makefile.am
parent3787544e1dce9470629780aead44c97714b3ea35 (diff)
downloadmpd-323835240107ba08c080bbd8ed7aebe742fc4475.tar.gz
mpd-323835240107ba08c080bbd8ed7aebe742fc4475.tar.xz
mpd-323835240107ba08c080bbd8ed7aebe742fc4475.zip
tag: moved code to tag_id3.c
The ID3 code uses only the public tag API, but is otherwise unrelated. Move it to a separate source file.
Diffstat (limited to '')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 70306c125..d7deb1190 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,6 +81,7 @@ mpd_headers = \
state_file.h \
stats.h \
tag.h \
+ tag_id3.h \
tagTracker.h \
tree.h \
utf8.h \
@@ -138,6 +139,7 @@ mpd_SOURCES = \
state_file.c \
stats.c \
tag.c \
+ tag_id3.c \
tagTracker.c \
tree.c \
utils.c \