From 648196319f4fe30eb468c1e765f198ef435ad313 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Jul 2013 08:34:10 +0200 Subject: output_api: convert to C++ --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3