mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
6ae5f15064
Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
14 lines
428 B
Makefile
14 lines
428 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_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstbstest_la_SOURCES = bstest.c
|
|
libgstbstest_la_CFLAGS = $(GST_CFLAGS)
|