rtsp-server: Allow building of static library
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 3 Jul 2013 08:40:33 +0000 (10:40 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 3 Jul 2013 08:40:48 +0000 (10:40 +0200)
gst/rtsp-server/Makefile.am

index 2f9dfc6..353ab27 100644 (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)