From 9a0061c511403bc023430feb91094355da83a663 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Jul 2013 09:04:05 +0200 Subject: encoder_api: convert to C++ --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 13834dc10..8cd35b9a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,8 +55,6 @@ mpd_headers = \ src/filter_internal.h \ src/command.h \ src/conf.h \ - src/encoder_plugin.h \ - src/encoder_api.h \ src/fd_util.h \ src/gerror.h \ src/glib_compat.h \ @@ -639,6 +637,8 @@ ENCODER_LIBS = \ $(VORBISENC_LIBS) libencoder_plugins_a_SOURCES = \ + src/EncoderAPI.hxx \ + src/EncoderPlugin.hxx \ src/encoder/OggStream.hxx \ src/encoder/NullEncoderPlugin.cxx src/encoder/NullEncoderPlugin.hxx \ src/EncoderList.cxx src/EncoderList.hxx -- cgit v1.2.3