gst/rtsp/: Remove google extension again, it's not needed anymore because we never...
[platform/upstream/gstreamer.git] / gst / rtsp / Makefile.am
1 plugin_LTLIBRARIES = libgstrtsp.la
2
3 libgstrtsp_la_SOURCES = gstrtsp.c gstrtspsrc.c \
4                         gstrtpdec.c gstrtspext.c
5
6 libgstrtsp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
7 libgstrtsp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
8                        -lgstinterfaces-@GST_MAJORMINOR@ \
9                        -lgstrtp-@GST_MAJORMINOR@ -lgstrtsp-@GST_MAJORMINOR@ \
10                        -lgstsdp-@GST_MAJORMINOR@ $(GST_LIBS) $(WIN32_LIBS)
11 libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
12 libgstrtsp_la_LIBTOOLFLAGS = --tag=disable-static
13
14 noinst_HEADERS = gstrtspsrc.h     \
15                  gstrtsp.h        \
16                  gstrtpdec.h      \
17                  gstrtspext.h