aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-05-30 22:39:09 +0200
committerMax Kellermann <max@duempel.org>2010-05-30 22:52:19 +0200
commit8c581eca4d20e4d9897d236a161146e9b562bf23 (patch)
treee0ec3ef1d21d2d04338ffec735605558b72b6ea1 /Makefile.am
parent8e815bec9f2c3e2b088bd9652edeb351541763f1 (diff)
downloadmpd-8c581eca4d20e4d9897d236a161146e9b562bf23.tar.gz
mpd-8c581eca4d20e4d9897d236a161146e9b562bf23.tar.xz
mpd-8c581eca4d20e4d9897d236a161146e9b562bf23.zip
tag_ape: move table lookup to tag_table.h
Allow code sharing.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 49b1f46e9..f154b5c26 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -192,6 +192,7 @@ mpd_headers = \
src/tag.h \
src/tag_internal.h \
src/tag_pool.h \
+ src/tag_table.h \
src/tag_ape.h \
src/tag_id3.h \
src/tag_print.h \