mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
1a4ad8377d
Original commit message from CVS: * gst-libs/gst/net/Makefile.am: * gst-libs/gst/rtp/Makefile.am: * gst-libs/gst/tag/Makefile.am: remove silly include * gst/tags/Makefile.am: * gst/tags/gsttagediting.c: * gst/tags/gsttageditingprivate.h: * gst/tags/tagedit.vcproj: remove directory, is as good as empty
15 lines
530 B
Makefile
15 lines
530 B
Makefile
libgstrtpincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/rtp
|
|
|
|
libgstrtpinclude_HEADERS = gstrtpbuffer.h \
|
|
gstbasertppayload.h \
|
|
gstbasertpdepayload.h
|
|
|
|
lib_LTLIBRARIES = libgstrtp-@GST_MAJORMINOR@.la
|
|
|
|
libgstrtp_@GST_MAJORMINOR@_la_SOURCES = gstrtpbuffer.c \
|
|
gstbasertppayload.c \
|
|
gstbasertpdepayload.c
|
|
|
|
libgstrtp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstrtp_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
|
libgstrtp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|