From e7505381eb4fa708afa7de6fd50f29736ccf3d5e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Feb 2009 18:51:42 +0100 Subject: audio: moved protocol code to output_print.c --- 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 4888bfa27..140c0f436 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,6 +42,7 @@ mpd_headers = \ output_thread.h \ output_control.h \ output_state.h \ + output_print.h \ output/shout_plugin.h \ buffer2array.h \ command.h \ @@ -140,6 +141,7 @@ mpd_SOURCES = \ output_thread.c \ output_control.c \ output_state.c \ + output_print.c \ output_init.c \ output/null_plugin.c \ buffer2array.c \ -- cgit v1.2.3