From f6e7dffada2e98a38a61eb54494e32dab1391480 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Nov 2009 07:50:40 +0100 Subject: decoder/flac: moved code to flac_metadata.c --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5690584f1..08ac44780 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,6 +83,7 @@ mpd_headers = \ src/gcc.h \ src/decoder_list.h \ src/decoder_print.h \ + src/decoder/flac_metadata.h \ src/decoder/_flac_common.h \ src/decoder/_ogg_common.h \ src/input_plugin.h \ @@ -439,7 +440,9 @@ DECODER_SRC += src/decoder/_ogg_common.c endif if HAVE_FLAC_COMMON -DECODER_SRC += src/decoder/_flac_common.c +DECODER_SRC += \ + src/decoder/flac_metadata.c \ + src/decoder/_flac_common.c endif if ENABLE_VORBIS_DECODER -- cgit v1.2.3