diff options
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 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 |