aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-08-24 02:02:29 +0200
committerMax Kellermann <max@duempel.org>2011-08-29 11:27:08 +0200
commit195496333b221fed25e7fbee7cd0589ec1fefbb8 (patch)
tree68c2dd3926fa6073935bed779d36edeca97f18aa /Makefile.am
parent9ccaa904393ddf2189f7d7815cef29a3e3393cbc (diff)
output/raop: move RTSP client code to rtsp_client.c
Restore some of the original file structure from from raop_play.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fc78a8e2..b6947e13 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -776,6 +776,7 @@ endif
if ENABLE_RAOP_OUTPUT
OUTPUT_SRC += \
src/ntp_server.c src/ntp_server.h \
+ src/rtsp_client.c src/rtsp_client.h \
src/output/raop_output_plugin.c
MIXER_SRC += src/mixer/raop_mixer_plugin.c
OUTPUT_LIBS += $(OPENSSL_LIBS)