mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
b98702063f
Original commit message from CVS: fix typo
19 lines
521 B
Makefile
19 lines
521 B
Makefile
include ../Rules
|
|
|
|
plugin_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
|
|
|
tests_pass = dynamic linked loading registry static static2
|
|
tests_fail =
|
|
|
|
|
|
libtestplugin_la_SOURCES = testplugin.c
|
|
libtestplugin_la_CFLAGS = $(GST_CFLAGS)
|
|
libtestplugin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libtestplugin2_la_SOURCES = testplugin2.c
|
|
libtestplugin2_la_CFLAGS = $(GST_CFLAGS)
|
|
libtestplugin2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
linked_LIBS = libtestplugin.la libtestplugin2.la
|
|
|
|
static_SOURCES = static.c testplugin_s.c testplugin2_s.c
|
|
|