From c8a990b9d38a37a4b800e4e6ad3df77ac3f493d8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 11 Feb 2012 10:04:02 +0100 Subject: decoder/vorbis: move code to vorbis_comment.c --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index efdaa4d3b..04a8514ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -536,7 +536,10 @@ libdecoder_plugins_a_SOURCES += \ endif if ENABLE_VORBIS_DECODER -libdecoder_plugins_a_SOURCES += src/decoder/vorbis_decoder_plugin.c +libdecoder_plugins_a_SOURCES += \ + src/decoder/vorbis_comments.c \ + src/decoder/vorbis_comments.h \ + src/decoder/vorbis_decoder_plugin.c endif if HAVE_FLAC -- cgit v1.2.3