aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-05 22:56:57 +0200
committerMax Kellermann <max@duempel.org>2012-09-05 22:56:57 +0200
commitbab756a5d06463f992ece8c9ec0a5dfb8e4007c9 (patch)
tree0c2ba2eb5637edc73cc1f8c9b29946dd6d5bff48 /Makefile.am
parent8c763fe4586ac0d259ca9974ea4d768eb555cb5d (diff)
downloadmpd-bab756a5d06463f992ece8c9ec0a5dfb8e4007c9.tar.gz
mpd-bab756a5d06463f992ece8c9ec0a5dfb8e4007c9.tar.xz
mpd-bab756a5d06463f992ece8c9ec0a5dfb8e4007c9.zip
decoder/{flac,vorbis}: move tag table to XiphTags.c
Merge duplicate data.
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 d902b31f2..a0f4b2a77 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -588,6 +588,7 @@ endif
if HAVE_XIPH
libdecoder_plugins_a_SOURCES += \
+ src/decoder/XiphTags.c src/decoder/XiphTags.h \
src/decoder/ogg_codec.c src/decoder/ogg_codec.h
endif