diff options
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 \ |