rtsp-stream: Fix mismatch between allowed and configured protocols
[platform/upstream/gstreamer.git] / gst / rtsp-sink / Makefile.am
1 plugin_LTLIBRARIES = libgstrtspclientsink.la
2
3 libgstrtspclientsink_la_SOURCES = gstrtspclientsink.c plugin.c
4
5 libgstrtspclientsink_la_CFLAGS = -I$(top_srcdir) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS)
6
7 # FIXME: Hack to avoid having to add GETTEXT_PACKAGE to gst-rtsp
8 libgstrtspclientsink_la_CFLAGS += -D"GETTEXT_PACKAGE=gst-rtsp-server-1.0"
9
10 libgstrtspclientsink_la_LIBADD = $(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_API_VERSION@.la  \
11                         $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
12                        -lgstrtp-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ \
13                        -lgstsdp-@GST_API_VERSION@ $(GST_NET_LIBS) $(GST_LIBS) \
14                         $(GIO_LIBS)
15 libgstrtspclientsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
16
17 noinst_HEADERS = gstrtspclientsink.h