gst/rtpmanager/: Added custom marshallers for signals.
[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                               gstrtpclient.c \
16                               async_jitter_queue.c \
17                               gstrtpjitterbuffer.c \
18                               gstrtpptdemux.c \
19                               gstrtpssrcdemux.c \
20                               gstrtpsession.c
21
22 nodist_libgstrtpmanager_la_SOURCES = \
23       $(built_sources)
24
25 noinst_HEADERS = gstrtpbin.h \
26                  gstrtpclient.h \
27                  async_jitter_queue.h \
28                  gstrtpjitterbuffer.h \
29                  gstrtpptdemux.h \
30                  gstrtpssrcdemux.h \
31                  gstrtpsession.h
32
33 libgstrtpmanager_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
34 libgstrtpmanager_la_LIBADD = $(GST_LIBS_LIBS)
35 libgstrtpmanager_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@
36
37 CLEANFILES = $(BUILT_SOURCES)
38
39 EXTRA_DIST = gstrtpbin-marshal.list
40
41