c2c152d019bd60d5bf11dd4f3e3e7026245e4edf
[platform/upstream/gstreamer.git] / gst / rist / Makefile.am
1 plugin_LTLIBRARIES = libgstrist.la
2
3 libgstrist_la_SOURCES = \
4         gstristsrc.c \
5         gstristsink.c \
6         gstristrtxsend.c \
7         gstristrtxreceive.c \
8         gstroundrobin.c \
9         gstristplugin.c
10
11 noinst_HEADERS = \
12         gstroundrobin.h \
13         gstrist.h
14
15 libgstrist_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
16                        $(GST_CFLAGS) \
17                        $(GIO_CFLAGS)
18 libgstrist_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
19                        $(GST_BASE_LIBS) \
20                        -lgstrtp-@GST_API_VERSION@ \
21                        $(GST_NET_LIBS) \
22                        $(GST_LIBS) \
23                        $(GIO_LIBS)
24 libgstrist_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
25 libgstrist_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)