mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
11 lines
355 B
Makefile
11 lines
355 B
Makefile
|
librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||
|
|
||
|
library_LTLIBRARIES = libgstbytestream.la
|
||
|
|
||
|
libgstbytestreamincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst
|
||
|
libgstbytestreaminclude_HEADERS = bytestream.h
|
||
|
|
||
|
libgstbytestream_la_SOURCES = bytestream.c
|
||
|
libgstbytestream_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstbytestream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|