aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-09 22:37:47 +0100
committerMax Kellermann <max@duempel.org>2013-01-09 22:37:47 +0100
commit5faf443038edfb7e79ae423a3499faa3af05d64b (patch)
treed1c821578e67a400161cd646d07dc887ee98c57f /Makefile.am
parent8eacd13ce7f528adc52614ce3cc5faf963b3fc5a (diff)
event_pipe.h: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 779ddc1a..a564c78b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -96,7 +96,6 @@ mpd_headers = \
src/mixer_api.h \
src/mixer_control.h \
src/mixer_list.h \
- src/event_pipe.h \
src/mixer_plugin.h \
src/mixer_type.h \
src/mixer/software_mixer_plugin.h \
@@ -244,7 +243,7 @@ src_mpd_SOURCES = \
src/io_thread.c src/io_thread.h \
src/Main.cxx src/Main.hxx \
src/Win32Main.cxx \
- src/EventPipe.cxx \
+ src/EventPipe.cxx src/EventPipe.hxx \
src/daemon.c \
src/AudioCompress/compress.c \
src/MusicBuffer.cxx src/MusicBuffer.hxx \