From 2e51365ea4b636560d234b0b937a6c8dfb528c10 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 2 Mar 2009 20:13:08 +0100 Subject: input_stream: moved struct input_plugin to input_plugin.h Start to separate private from public input_stream API. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 729df26b9..270eb48ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,6 +67,7 @@ mpd_headers = \ src/decoder_list.h \ src/decoder/_flac_common.h \ src/decoder/_ogg_common.h \ + src/input_plugin.h \ src/input_stream.h \ src/input_file.h \ src/input_curl.h \ -- cgit v1.2.3