aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-10 18:51:39 +0100
committerMax Kellermann <max@duempel.org>2009-02-10 18:51:39 +0100
commit49ff2aceb5c7fd1959a2f25f740ecd4e5b5f08cc (patch)
tree6e7ef46aa9b2db122d67557b454a7bc48eeb5921 /src/Makefile.am
parentf141d9053396e6bd177c8f46095098fc573f0ab0 (diff)
downloadmpd-49ff2aceb5c7fd1959a2f25f740ecd4e5b5f08cc.tar.gz
mpd-49ff2aceb5c7fd1959a2f25f740ecd4e5b5f08cc.tar.xz
mpd-49ff2aceb5c7fd1959a2f25f740ecd4e5b5f08cc.zip
audio: moved state file code to output_state.c
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \