From 9c870e4276157a292673fb1a21f5a9e8a60cb57f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 21 Jan 2013 17:36:19 +0100 Subject: input/rewind: convert to C++ --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6896206e8..131a5ef77 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,7 +80,6 @@ mpd_headers = \ src/input_plugin.h \ src/input_stream.h \ src/input/ffmpeg_input_plugin.h \ - src/input/rewind_input_plugin.h \ src/input/despotify_input_plugin.h \ src/input/cdio_paranoia_input_plugin.h \ src/despotify_utils.h \ @@ -711,7 +710,7 @@ libinput_a_SOURCES = \ src/InputRegistry.cxx src/InputRegistry.hxx \ src/InputStream.cxx \ src/input_internal.c src/input_internal.h \ - src/input/rewind_input_plugin.c \ + src/input/RewindInputPlugin.cxx src/input/RewindInputPlugin.hxx \ src/input/FileInputPlugin.cxx src/input/FileInputPlugin.hxx libinput_a_CPPFLAGS = $(AM_CPPFLAGS) \ -- cgit v1.2.3