mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-06 07:28:48 +00:00
b1be00e651
Original commit message from CVS: - plugins are built without versioning info /Uraeus claims: plugins/; if not plugins why this is built as lib*.so.0.0.0?
16 lines
505 B
Makefile
16 lines
505 B
Makefile
librarydir = $(libdir)/gst
|
|
|
|
library_LTLIBRARIES = libgstbytestream.la
|
|
noinst_LTLIBRARIES = libgstbstest.la
|
|
|
|
libgstbytestreamincludedir = $(includedir)/gst/bytestream
|
|
libgstbytestreaminclude_HEADERS = bytestream.h
|
|
|
|
libgstbytestream_la_SOURCES = bytestream.c
|
|
libgstbytestream_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstbytestream_la_LIBADD = $(GST_LIBS)
|
|
libgstbytestream_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
libgstbstest_la_SOURCES = bstest.c
|
|
libgstbstest_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstbstest_la_LIBADD = $(GST_LIBS)
|