Complete the move of the RTP plugin
[platform/upstream/gst-plugins-good.git] / gst / rtp / Makefile.am
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
2
3 plugin_LTLIBRARIES = libgstrtp.la
4
5 libgstrtp_la_SOURCES = gstrtp.c gstrtpL16enc.c gstrtpL16parse.c rtp-packet.c
6
7 libgstrtp_la_CFLAGS = $(GST_CFLAGS)
8 libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
9
10 noinst_HEADERS = gstrtpL16enc.h gstrtpL16parse.h gstrtp-common.h rtp-packet.h