mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
573b0b8166
Original commit message from CVS: * gst-libs/gst/netbuffer/Makefile.am: really, really tired
10 lines
467 B
Makefile
10 lines
467 B
Makefile
libgstnetbufferincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/netbuffer
|
|
|
|
libgstnetbufferinclude_HEADERS = gstnetbuffer.h
|
|
|
|
lib_LTLIBRARIES = libgstnetbuffer-@GST_MAJORMINOR@.la
|
|
|
|
libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c
|
|
libgstnetbuffer_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstnetbuffer_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
|
libgstnetbuffer_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|