From 49567f1f3eab7ac04e4c3c818212e4e3cb437e0f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 25 Jan 2013 22:43:01 +0100 Subject: input_{internal,plugin}: convert to C++ --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b900b24d1..35dda9393 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,7 +79,6 @@ mpd_headers = \ src/gcc.h \ src/decoder_list.h \ src/decoder/pcm_decoder_plugin.h \ - src/input_plugin.h \ src/input_stream.h \ src/text_input_stream.h \ src/icy_server.h \ @@ -710,7 +709,8 @@ libinput_a_SOURCES = \ src/InputInit.cxx src/InputInit.hxx \ src/InputRegistry.cxx src/InputRegistry.hxx \ src/InputStream.cxx \ - src/input_internal.c src/input_internal.h \ + src/InputPlugin.hxx \ + src/InputInternal.cxx src/InputInternal.hxx \ src/input/RewindInputPlugin.cxx src/input/RewindInputPlugin.hxx \ src/input/FileInputPlugin.cxx src/input/FileInputPlugin.hxx -- cgit v1.2.3