aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-25 22:43:01 +0100
committerMax Kellermann <max@duempel.org>2013-01-25 22:43:01 +0100
commit49567f1f3eab7ac04e4c3c818212e4e3cb437e0f (patch)
tree58edb1734c45d7c8ec483ea05a7ea88ceb2b7a20 /Makefile.am
parent94fffb332bb40eb4b13ad7a2039109d2a420a8f6 (diff)
input_{internal,plugin}: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b900b24d..35dda939 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