diff options
author | Viliam Mateicka <viliam.mateicka@gmail.com> | 2009-03-18 19:11:48 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-21 09:45:42 +0100 |
commit | 71cd24954a34bc9fb0fdf6505616ba79b8320a5a (patch) | |
tree | 9d4797d5a4f2afc93e1a1a7e5560eb7c8efaf36c /Makefile.am | |
parent | 3d202e4609ab2ed69f8d906d1af0b273fe5025b3 (diff) | |
download | mpd-71cd24954a34bc9fb0fdf6505616ba79b8320a5a.tar.gz mpd-71cd24954a34bc9fb0fdf6505616ba79b8320a5a.tar.xz mpd-71cd24954a34bc9fb0fdf6505616ba79b8320a5a.zip |
move printAllOutputPluginTypes to output_list.c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 28d128249..dfbaf37c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,6 @@ mpd_headers = \ src/audio.h \ src/audio_format.h \ src/audio_parser.h \ - src/audioOutput.h \ src/output_internal.h \ src/output_api.h \ src/output_plugin.h \ @@ -164,7 +163,6 @@ src_mpd_SOURCES = \ src/notify.c \ src/audio.c \ src/audio_parser.c \ - src/audioOutput.c \ src/buffer2array.c \ src/command.c \ src/idle.c \ |