diff options
author | Max Kellermann <max@duempel.org> | 2009-11-11 16:43:34 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-11 16:43:34 +0100 |
commit | 5bbaf0c9f170d1e18b4fd82da8685e11aa74811f (patch) | |
tree | 60cc59c808ad9340aa7c99483f602a512d627769 /Makefile.am | |
parent | f2f8290242019ec1d49cca0142af39e58878f3e8 (diff) | |
download | mpd-5bbaf0c9f170d1e18b4fd82da8685e11aa74811f.tar.gz mpd-5bbaf0c9f170d1e18b4fd82da8685e11aa74811f.tar.xz mpd-5bbaf0c9f170d1e18b4fd82da8685e11aa74811f.zip |
decoder/flac: moved code to flac_compat.h
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8aa5b572e..587af393e 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_compat.h \ src/decoder/flac_metadata.h \ src/decoder/flac_pcm.h \ src/decoder/_flac_common.h \ |