From 49ff2aceb5c7fd1959a2f25f740ecd4e5b5f08cc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Feb 2009 18:51:39 +0100 Subject: audio: moved state file code to output_state.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 27b2f2355..4888bfa27 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,6 +41,7 @@ mpd_headers = \ output_list.h \ output_thread.h \ output_control.h \ + output_state.h \ output/shout_plugin.h \ buffer2array.h \ command.h \ @@ -138,6 +139,7 @@ mpd_SOURCES = \ output_list.c \ output_thread.c \ output_control.c \ + output_state.c \ output_init.c \ output/null_plugin.c \ buffer2array.c \ -- cgit v1.2.3