diff options
author | Max Kellermann <max@duempel.org> | 2009-02-10 18:51:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-10 18:51:42 +0100 |
commit | e7505381eb4fa708afa7de6fd50f29736ccf3d5e (patch) | |
tree | f6412c53a99a0bc871240ebf8f1a46cfdcab4a07 /src/Makefile.am | |
parent | 49ff2aceb5c7fd1959a2f25f740ecd4e5b5f08cc (diff) | |
download | mpd-e7505381eb4fa708afa7de6fd50f29736ccf3d5e.tar.gz mpd-e7505381eb4fa708afa7de6fd50f29736ccf3d5e.tar.xz mpd-e7505381eb4fa708afa7de6fd50f29736ccf3d5e.zip |
audio: moved protocol code to output_print.c
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |