mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
c9afa67e67
Original commit message from CVS: Install headers in gst/bytestream/
10 lines
366 B
Makefile
10 lines
366 B
Makefile
librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
library_LTLIBRARIES = libgstbytestream.la
|
|
|
|
libgstbytestreamincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/bytestream
|
|
libgstbytestreaminclude_HEADERS = bytestream.h
|
|
|
|
libgstbytestream_la_SOURCES = bytestream.c
|
|
libgstbytestream_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstbytestream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|