aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-30 08:34:10 +0200
committerMax Kellermann <max@duempel.org>2013-07-30 08:34:10 +0200
commit648196319f4fe30eb468c1e765f198ef435ad313 (patch)
tree2c9c50e55997b2980fb8d6242a40fcce2cfacfed /Makefile.am
parentc75cb67c4406648314ce2a15daf8b632374d7913 (diff)
downloadmpd-648196319f4fe30eb468c1e765f198ef435ad313.tar.gz
mpd-648196319f4fe30eb468c1e765f198ef435ad313.tar.xz
mpd-648196319f4fe30eb468c1e765f198ef435ad313.zip
output_api: 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 da481bd04..854a147e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,7 +52,6 @@ mpd_headers = \
src/check.h \
src/ack.h \
src/audio_format.h \
- src/output_api.h \
src/filter_internal.h \
src/command.h \
src/conf.h \
@@ -770,6 +769,7 @@ OUTPUT_LIBS = \
$(SHOUT_LIBS)
OUTPUT_API_SRC = \
+ src/OutputAPI.hxx \
src/OutputInternal.hxx \
src/OutputList.cxx src/OutputList.hxx \
src/OutputAll.cxx src/OutputAll.hxx \