aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 03:07:16 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 03:07:16 +0100
commitb25cce464a83c69fbf41143b52928f5c19756bce (patch)
tree5351d4615ac7308b4c7eae044102b6b38b024870 /Makefile.am
parenta2297558ff6162f1669e7982ba406c44b01b0c79 (diff)
downloadmpd-b25cce464a83c69fbf41143b52928f5c19756bce.tar.gz
mpd-b25cce464a83c69fbf41143b52928f5c19756bce.tar.xz
mpd-b25cce464a83c69fbf41143b52928f5c19756bce.zip
client_new: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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 \