From 9d447dda1da059105d0f5da92be384c5e2b57df3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Feb 2009 18:02:45 +0100 Subject: audio: moved code to output_command.c The output_command library provides a command interface to the audio outputs. It assumes the input comes from an untrusted source (i.e. the client) and verifies all parameters. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2e7b769d0..eb7634323 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,6 +45,7 @@ mpd_headers = \ output_control.h \ output_state.h \ output_print.h \ + output_command.h \ output/shout_plugin.h \ buffer2array.h \ command.h \ @@ -146,6 +147,7 @@ mpd_SOURCES = \ output_control.c \ output_state.c \ output_print.c \ + output_command.c \ output_init.c \ output/null_plugin.c \ buffer2array.c \ -- cgit v1.2.3