diff options
author | Max Kellermann <max@duempel.org> | 2013-01-03 11:01:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-03 11:01:02 +0100 |
commit | 7e07daf8cb8dd19f386e121cba989013ba86407c (patch) | |
tree | 4648abfd1ed4b111c3570df76fb0dacf8cf3017f /Makefile.am | |
parent | 981906ecd1b25012ca5aeafb678f6ec4a42aa9a2 (diff) |
ls: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 \ |