rtsp-server: Allow building of static library

This commit is contained in:
Sebastian Dröge 2013-07-03 10:40:33 +02:00
parent b2f44fd4db
commit a22889ac08

View file

@ -49,7 +49,6 @@ libgstrtspserver_@GST_API_VERSION@_la_LIBADD = \
-lgstsdp-@GST_API_VERSION@ \
-lgstapp-@GST_API_VERSION@ \
$(GST_LIBS) $(GIO_LIBS) $(LIBM)
libgstrtspserver_@GST_API_VERSION@_la_LIBTOOLFLAGS = --tag=disable-static
libgstrtspserver_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/rtsp-server
libgstrtspserver_@GST_API_VERSION@include_HEADERS = $(public_headers)