From: Sebastian Dröge Date: Wed, 3 Jul 2013 08:40:33 +0000 (+0200) Subject: rtsp-server: Allow building of static library X-Git-Tag: 1.6.0~482 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a22889ac082ec68cecd974cb9dbac926dc749478;p=platform%2Fupstream%2Fgst-rtsp-server.git rtsp-server: Allow building of static library --- diff --git a/gst/rtsp-server/Makefile.am b/gst/rtsp-server/Makefile.am index 2f9dfc6..353ab27 100644 --- a/gst/rtsp-server/Makefile.am +++ b/gst/rtsp-server/Makefile.am @@ -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)