mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-10 16:32:36 +00:00
9 lines
225 B
Makefile
9 lines
225 B
Makefile
|
noinst_LTLIBRARIES = libgstnet.la
|
||
|
|
||
|
libgstnet_la_SOURCES = gstnetbuffer.c
|
||
|
|
||
|
libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
||
|
libgstnetinclude_HEADERS = gstnetbuffer.h
|
||
|
|
||
|
libgstnet_la_CFLAGS = $(GST_CFLAGS)
|