diff options
author | Max Kellermann <max@duempel.org> | 2013-01-03 11:05:44 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-03 11:05:44 +0100 |
commit | e30a2dd2d7b7749562ba01bc004c6005c8401a12 (patch) | |
tree | c55d45f4ea0a6103f3b9d721057da50b83a5ce23 /Makefile.am | |
parent | 7e07daf8cb8dd19f386e121cba989013ba86407c (diff) | |
download | mpd-e30a2dd2d7b7749562ba01bc004c6005c8401a12.tar.gz mpd-e30a2dd2d7b7749562ba01bc004c6005c8401a12.tar.xz mpd-e30a2dd2d7b7749562ba01bc004c6005c8401a12.zip |
listen: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ |