diff options
author | Max Kellermann <max@duempel.org> | 2012-02-11 10:04:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-02-11 10:04:02 +0100 |
commit | c8a990b9d38a37a4b800e4e6ad3df77ac3f493d8 (patch) | |
tree | 5950135fd837c1ee084493ae7b66e80ad932f14a /Makefile.am | |
parent | 6868ceae9bd9aa9f1c23856d194b2ada4ffd9042 (diff) | |
download | mpd-c8a990b9d38a37a4b800e4e6ad3df77ac3f493d8.tar.gz mpd-c8a990b9d38a37a4b800e4e6ad3df77ac3f493d8.tar.xz mpd-c8a990b9d38a37a4b800e4e6ad3df77ac3f493d8.zip |
decoder/vorbis: move code to vorbis_comment.c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 |