diff options
author | Max Kellermann <max@duempel.org> | 2008-10-26 19:38:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-26 19:38:50 +0100 |
commit | bbaedb17d52cf14cf1abc3f24a90dfa06f875440 (patch) | |
tree | 6dd21bbc2000ccea211f29ca1eab4b67e4a371fe /src/Makefile.am | |
parent | 3609de8685cfdfbf2d01fb8bbff02a78d9c07d06 (diff) | |
download | mpd-bbaedb17d52cf14cf1abc3f24a90dfa06f875440.tar.gz mpd-bbaedb17d52cf14cf1abc3f24a90dfa06f875440.tar.xz mpd-bbaedb17d52cf14cf1abc3f24a90dfa06f875440.zip |
input_stream: renamed sources, no CamelCase
Renamed inputStream.c and inputStream_file.c.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 12e690cf7..15d15e175 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -47,8 +47,8 @@ mpd_headers = \ decoder_list.h \ decoder/_flac_common.h \ decoder/_ogg_common.h \ - inputStream.h \ - inputStream_file.h \ + input_stream.h \ + input_file.h \ client.h \ list.h \ dlist.h \ @@ -128,8 +128,8 @@ mpd_SOURCES = \ dirvec.c \ update.c \ decoder_list.c \ - inputStream.c \ - inputStream_file.c \ + input_stream.c \ + input_file.c \ client.c \ ioops.c \ list.c \ |