mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-25 16:38:47 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13790 d0543943-73ff-0310-b7d9-9358b9ac24b2
23 lines
932 B
Makefile
23 lines
932 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
INCLUDES = -I$(top_srcdir)/libs/uni-rtsp/include \
|
|
-I$(top_srcdir)/libs/apr-toolkit/include \
|
|
$(UNIMRCP_APR_INCLUDES) $(UNIMRCP_APU_INCLUDES)
|
|
|
|
noinst_LTLIBRARIES = libunirtsp.la
|
|
|
|
include_HEADERS = include/rtsp.h \
|
|
include/rtsp_header.h \
|
|
include/rtsp_start_line.h \
|
|
include/rtsp_message.h \
|
|
include/rtsp_stream.h \
|
|
include/rtsp_server.h \
|
|
include/rtsp_client.h
|
|
|
|
libunirtsp_la_SOURCES = src/rtsp_header.c \
|
|
src/rtsp_start_line.c \
|
|
src/rtsp_message.c \
|
|
src/rtsp_stream.c \
|
|
src/rtsp_server.c \
|
|
src/rtsp_client.c
|