aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-09 09:46:44 +0100
committerMax Kellermann <max@duempel.org>2013-01-09 13:02:13 +0100
commit3e5f09be0b38e0cc7e5eb8dd623c631b6ba45519 (patch)
treed9e73087daed58f22861582f7dc3c562c9482273 /Makefile.am
parente86e77ad67f883111d50f0886204ad96c8d0f90b (diff)
event_pipe: 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 f9cac402..cff1ca66 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -247,7 +247,7 @@ src_mpd_SOURCES = \
src/io_thread.c src/io_thread.h \
src/Main.cxx src/Main.hxx \
src/Win32Main.cxx \
- src/event_pipe.c \
+ src/EventPipe.cxx \
src/daemon.c \
src/AudioCompress/compress.c \
src/MusicBuffer.cxx src/MusicBuffer.hxx \