2009-01-08 12:18:55 +00:00
|
|
|
public_headers = \
|
|
|
|
rtsp-server.h \
|
|
|
|
rtsp-client.h \
|
2009-01-08 14:02:42 +00:00
|
|
|
rtsp-media.h \
|
2009-01-20 18:45:28 +00:00
|
|
|
rtsp-media-factory.h \
|
2009-01-22 14:33:29 +00:00
|
|
|
rtsp-media-mapping.h \
|
2009-06-09 22:01:07 +00:00
|
|
|
rtsp-params.h \
|
2009-01-29 12:31:27 +00:00
|
|
|
rtsp-sdp.h \
|
2009-01-08 14:02:42 +00:00
|
|
|
rtsp-session-pool.h \
|
2009-01-08 15:28:24 +00:00
|
|
|
rtsp-session.h
|
2009-01-08 12:18:55 +00:00
|
|
|
|
|
|
|
c_sources = \
|
|
|
|
rtsp-server.c \
|
|
|
|
rtsp-client.c \
|
|
|
|
rtsp-media.c \
|
2009-01-22 14:33:29 +00:00
|
|
|
rtsp-media-factory.c \
|
|
|
|
rtsp-media-mapping.c \
|
2009-06-09 22:01:07 +00:00
|
|
|
rtsp-params.c \
|
2009-01-29 12:31:27 +00:00
|
|
|
rtsp-sdp.c \
|
2009-01-08 12:18:55 +00:00
|
|
|
rtsp-session-pool.c \
|
|
|
|
rtsp-session.c
|
2009-01-08 12:51:26 +00:00
|
|
|
|
2009-01-08 12:18:55 +00:00
|
|
|
lib_LTLIBRARIES = \
|
2008-11-13 18:43:10 +00:00
|
|
|
libgstrtspserver-@GST_MAJORMINOR@.la
|
2009-01-08 12:18:55 +00:00
|
|
|
|
2008-11-13 18:43:10 +00:00
|
|
|
libgstrtspserver_@GST_MAJORMINOR@_la_SOURCES = \
|
2009-01-08 12:18:55 +00:00
|
|
|
$(c_sources)
|
|
|
|
|
2008-11-13 18:43:10 +00:00
|
|
|
libgstrtspserver_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
libgstrtspserver_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstrtspserver_@GST_MAJORMINOR@_la_LIBADD = \
|
2009-01-08 12:18:55 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
|
|
|
-lgstrtp-@GST_MAJORMINOR@ -lgstrtsp-@GST_MAJORMINOR@ \
|
2009-04-14 21:38:58 +00:00
|
|
|
-lgstsdp-@GST_MAJORMINOR@ \
|
|
|
|
-lgstapp-@GST_MAJORMINOR@ \
|
|
|
|
$(GST_LIBS) $(LIBM)
|
2008-11-13 18:43:10 +00:00
|
|
|
libgstrtspserver_@GST_MAJORMINOR@_la_LIBTOOLFLAGS = --tag=disable-static
|
2009-01-08 12:18:55 +00:00
|
|
|
|
2008-11-13 18:43:10 +00:00
|
|
|
libgstrtspserver_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/rtsp-server
|
|
|
|
libgstrtspserver_@GST_MAJORMINOR@include_HEADERS = $(public_headers)
|