0247b650640f29de2535b5abc1448ac71f97b5b2
[platform/upstream/gstreamer.git] / gst-libs / gst / rtp / Makefile.am
1 libgstrtpincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/rtp
2
3 libgstrtpinclude_HEADERS = gstrtpbuffer.h \
4                         gstbasertppayload.h \
5                         gstbasertpdepayload.h
6
7 lib_LTLIBRARIES = libgstrtp-@GST_MAJORMINOR@.la
8
9 libgstrtp_@GST_MAJORMINOR@_la_SOURCES = gstrtpbuffer.c \
10                                 gstbasertppayload.c \
11                                 gstbasertpdepayload.c
12
13 libgstrtp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags
14 libgstrtp_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
15