aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 11:01:02 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 11:01:02 +0100
commit7e07daf8cb8dd19f386e121cba989013ba86407c (patch)
tree4648abfd1ed4b111c3570df76fb0dacf8cf3017f /Makefile.am
parent981906ecd1b25012ca5aeafb678f6ec4a42aa9a2 (diff)
downloadmpd-7e07daf8cb8dd19f386e121cba989013ba86407c.tar.gz
mpd-7e07daf8cb8dd19f386e121cba989013ba86407c.tar.xz
mpd-7e07daf8cb8dd19f386e121cba989013ba86407c.zip
ls: convert to C++
Diffstat (limited to '')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 85077c668..da62573bc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -264,7 +264,7 @@ src_mpd_SOURCES = \
src/server_socket.c \
src/listen.c \
src/log.c \
- src/ls.c \
+ src/ls.cxx \
src/io_error.h \
src/io_thread.c src/io_thread.h \
src/Main.cxx src/Main.hxx \