mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 02:30:35 +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
10 lines
419 B
Makefile
10 lines
419 B
Makefile
libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
|
|
|
libgstnetinclude_HEADERS = gstnetbuffer.h
|
|
|
|
lib_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
|
|
|
|
libgstnet_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c
|
|
libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
|
libgstnet_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|