mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
2281444596
Original commit message from CVS: link against the .la file. Note that we're linking against a plugin, which is technically not allowed.
8 lines
161 B
Makefile
8 lines
161 B
Makefile
include ../Rules
|
|
|
|
tests_pass =
|
|
tests_fail = test1
|
|
|
|
test1_SOURCES = test1.c gstbstest.c
|
|
test1_LDFLAGS = $(top_builddir)/libs/gst/bytestream/libgstbytestream.la
|
|
|