From bbaedb17d52cf14cf1abc3f24a90dfa06f875440 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 26 Oct 2008 19:38:50 +0100 Subject: input_stream: renamed sources, no CamelCase Renamed inputStream.c and inputStream_file.c. --- src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3