diff options
author | Max Kellermann <max@duempel.org> | 2013-01-03 03:07:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-03 03:07:16 +0100 |
commit | b25cce464a83c69fbf41143b52928f5c19756bce (patch) | |
tree | 5351d4615ac7308b4c7eae044102b6b38b024870 /Makefile.am | |
parent | a2297558ff6162f1669e7982ba406c44b01b0c79 (diff) | |
download | mpd-b25cce464a83c69fbf41143b52928f5c19756bce.tar.gz mpd-b25cce464a83c69fbf41143b52928f5c19756bce.tar.xz mpd-b25cce464a83c69fbf41143b52928f5c19756bce.zip |
client_new: convert to C++
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fa4433ebb..8fafcb7d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -256,7 +256,7 @@ src_mpd_SOURCES = \ src/client_idle.h \ src/client_idle.c \ src/client_list.c \ - src/client_new.c \ + src/ClientNew.cxx \ src/client_process.c \ src/client_read.c \ src/client_write.c \ |