From e30a2dd2d7b7749562ba01bc004c6005c8401a12 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 3 Jan 2013 11:05:44 +0100 Subject: listen: 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 da62573bc..134f7cada 100644 --- a/Makefile.am +++ b/Makefile.am @@ -106,7 +106,6 @@ mpd_headers = \ src/client.h \ src/client_internal.h \ src/server_socket.h \ - src/listen.h \ src/log.h \ src/ls.h \ src/mixer_all.h \ @@ -262,7 +261,7 @@ src_mpd_SOURCES = \ src/client_subscribe.c \ src/client_file.c src/client_file.h \ src/server_socket.c \ - src/listen.c \ + src/Listen.cxx src/Listen.hxx \ src/log.c \ src/ls.cxx \ src/io_error.h \ -- cgit v1.2.3