diff options
author | Max Kellermann <max@duempel.org> | 2009-02-19 08:12:46 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-19 08:12:46 +0100 |
commit | 84437acffb5996a9ea99b1d2ab96c68e9751b708 (patch) | |
tree | 45f108781c6809a1e61286d478a05742260f30b0 /src/Makefile.am | |
parent | de6cc2691f693e133fc05d9bce6377cac2c56ba5 (diff) | |
download | mpd-84437acffb5996a9ea99b1d2ab96c68e9751b708.tar.gz mpd-84437acffb5996a9ea99b1d2ab96c68e9751b708.tar.xz mpd-84437acffb5996a9ea99b1d2ab96c68e9751b708.zip |
Makefile.am: add new headers to $(mpd_headers)
I forgot to add these, and this broke "make distcheck".
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 700a82f41..237d313f0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,6 +45,7 @@ mpd_headers = \ audioOutput.h \ output_internal.h \ output_api.h \ + output_plugin.h \ output_list.h \ output_all.h \ output_thread.h \ @@ -63,8 +64,10 @@ mpd_headers = \ decoder_thread.h \ decoder_control.h \ decoder_plugin.h \ + decoder_command.h \ decoder_buffer.h \ decoder_api.h \ + decoder_plugin.h \ decoder_internal.h \ directory.h \ directory_save.h \ @@ -94,6 +97,7 @@ mpd_headers = \ pipe.h \ path.h \ mapper.h \ + pcm_buffer.h \ pcm_utils.h \ pcm_convert.h \ pcm_volume.h \ @@ -138,6 +142,7 @@ mpd_headers = \ stored_playlist.h \ timer.h \ archive_api.h \ + archive_internal.h \ archive_list.h \ input_archive.h |