From 70879356560d9b7f0343cc0f0cbd8331984cf96a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 15 Jan 2013 18:22:17 +0100 Subject: output/httpd: convert to C++ --- Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d4f4fdc62..371c43c2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,8 +101,6 @@ mpd_headers = \ src/AudioCompress/compress.h \ src/path.h \ src/open.h \ - src/output/httpd_client.h \ - src/output/httpd_internal.h \ src/page.h \ src/Playlist.hxx \ src/playlist_error.h \ @@ -899,8 +897,9 @@ endif if ENABLE_HTTPD_OUTPUT liboutput_plugins_a_SOURCES += \ src/icy_server.c \ - src/output/httpd_client.c \ - src/output/httpd_output_plugin.c src/output/httpd_output_plugin.h + src/output/HttpdInternal.hxx \ + src/output/HttpdClient.cxx src/output/HttpdClient.hxx \ + src/output/HttpdOutputPlugin.cxx src/output/HttpdOutputPlugin.hxx endif if ENABLE_SOLARIS_OUTPUT -- cgit v1.2.3