diff options
author | Max Kellermann <max@duempel.org> | 2009-07-19 15:15:41 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-07-19 15:15:41 +0200 |
commit | b58aa1f5ee47167f6c53e1e1a3bf44334cb6162c (patch) | |
tree | 9a73379c5dc636f76f34dd3bdcf00a774da6487a /Makefile.am | |
parent | 38e9205d4ea063591a89b4e9a3643a3da3988c32 (diff) | |
download | mpd-b58aa1f5ee47167f6c53e1e1a3bf44334cb6162c.tar.gz mpd-b58aa1f5ee47167f6c53e1e1a3bf44334cb6162c.tar.xz mpd-b58aa1f5ee47167f6c53e1e1a3bf44334cb6162c.zip |
removed buffer2array.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 d995ecae0..3851445cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,6 @@ mpd_headers = \ src/filter/chain_filter_plugin.h \ src/filter/convert_filter_plugin.h \ src/filter/volume_filter_plugin.h \ - src/buffer2array.h \ src/command.h \ src/idle.h \ src/cmdline.h \ @@ -181,7 +180,6 @@ src_mpd_SOURCES = \ src/notify.c \ src/audio.c \ src/audio_parser.c \ - src/buffer2array.c \ src/command.c \ src/idle.c \ src/cmdline.c \ |