rtpbin: removed old gstrtpclient
[platform/upstream/gstreamer.git] / gst / rtpmanager / Makefile.am
1 plugin_LTLIBRARIES = libgstrtpmanager.la
2
3 glib_enum_define = GST_RTP_BIN
4 glib_enum_prefix = gst_rtp_bin
5
6 include $(top_srcdir)/common/glib-gen.mak
7
8 built_sources = gstrtpbin-marshal.c
9 built_headers = gstrtpbin-marshal.h
10
11 BUILT_SOURCES = $(built_sources) $(built_headers)
12
13 libgstrtpmanager_la_SOURCES = gstrtpmanager.c \
14                               gstrtpbin.c \
15                               gstrtpjitterbuffer.c \
16                               gstrtpptdemux.c \
17                               gstrtpssrcdemux.c \
18                               rtpjitterbuffer.c      \
19                               rtpsession.c      \
20                               rtpsource.c      \
21                               rtpstats.c      \
22                               gstrtpsession.c
23
24 nodist_libgstrtpmanager_la_SOURCES = \
25       $(built_sources)
26
27 noinst_HEADERS = gstrtpbin.h \
28                  gstrtpjitterbuffer.h \
29                  gstrtpptdemux.h \
30                  gstrtpssrcdemux.h \
31                  rtpjitterbuffer.h \
32                  rtpsession.h  \
33                  rtpsource.h  \
34                  rtpstats.h  \
35                  gstrtpsession.h
36
37 libgstrtpmanager_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
38         $(ERROR_CFLAGS)
39 libgstrtpmanager_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
40         -lgstnetbuffer-@GST_MAJORMINOR@ -lgstrtp-@GST_MAJORMINOR@ \
41         $(GST_BASE_LIBS) $(GST_LIBS_LIBS)
42 libgstrtpmanager_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
43 libgstrtpmanager_la_LIBTOOLFLAGS = --tag=disable-static
44
45 CLEANFILES = $(BUILT_SOURCES)
46
47 EXTRA_DIST = gstrtpbin-marshal.list
48
49