From a28287073b6ced1ab2b3c7dcc0a1168d9e7ac7ea Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 15 Feb 2009 17:48:37 +0100 Subject: decoder_api: moved struct decoder_plugin to decoder_plugin.h The decoder_plugin struct is used by both the MPD core and the decoder plugin implementations. Move it to a shared header file, to minimize header dependencies. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 37fdb2343..1db8e1fe5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -62,6 +62,7 @@ mpd_headers = \ dbUtils.h \ decoder_thread.h \ decoder_control.h \ + decoder_plugin.h \ decoder_api.h \ decoder_internal.h \ directory.h \ -- cgit v1.2.3