aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-29 09:38:27 +0200
committerMax Kellermann <max@duempel.org>2008-08-29 09:38:27 +0200
commit6f72fe3ecffd8ee8218fc5a19ec45b0447323c12 (patch)
tree0128c7fc3719844eab4c5c5a0db89fe965dcca03 /src/Makefile.am
parent055f4a41c57e8faf056b76973a30eb094d81cd09 (diff)
downloadmpd-6f72fe3ecffd8ee8218fc5a19ec45b0447323c12.tar.gz
mpd-6f72fe3ecffd8ee8218fc5a19ec45b0447323c12.tar.xz
mpd-6f72fe3ecffd8ee8218fc5a19ec45b0447323c12.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 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f88485caa..c5daab295 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -82,6 +82,7 @@ mpd_headers = \
state_file.h \
stats.h \
tag.h \
+ tag_id3.h \
tagTracker.h \
tree.h \
utf8.h \
@@ -144,6 +145,7 @@ mpd_SOURCES = \
state_file.c \
stats.c \
tag.c \
+ tag_id3.c \
tagTracker.c \
tree.c \
utils.c \