2003-12-22 01:39:35 +00:00
|
|
|
|
2003-10-15 01:25:41 +00:00
|
|
|
include ../Rules
|
2002-05-05 16:49:45 +00:00
|
|
|
|
2002-05-10 19:24:04 +00:00
|
|
|
plugin_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
|
|
|
|
2003-11-04 17:27:22 +00:00
|
|
|
tests_pass = dynamic linked loading registry static static2
|
2003-11-05 00:40:33 +00:00
|
|
|
tests_fail =
|
2001-08-21 20:16:48 +00:00
|
|
|
|
2002-01-12 00:47:40 +00:00
|
|
|
|
2001-08-21 20:16:48 +00:00
|
|
|
libtestplugin_la_SOURCES = testplugin.c
|
2001-12-27 10:31:35 +00:00
|
|
|
libtestplugin_la_CFLAGS = $(GST_CFLAGS)
|
2002-05-10 19:24:04 +00:00
|
|
|
libtestplugin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-08-21 20:16:48 +00:00
|
|
|
libtestplugin2_la_SOURCES = testplugin2.c
|
2001-12-27 10:31:35 +00:00
|
|
|
libtestplugin2_la_CFLAGS = $(GST_CFLAGS)
|
2002-05-10 19:24:04 +00:00
|
|
|
libtestplugin2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-08-21 20:16:48 +00:00
|
|
|
|
2003-10-08 01:05:10 +00:00
|
|
|
linked_LIBS = libtestplugin.la libtestplugin2.la
|
2001-08-21 20:16:48 +00:00
|
|
|
|
2003-12-22 01:39:35 +00:00
|
|
|
static_SOURCES = static.c
|
2001-08-21 20:16:48 +00:00
|
|
|
|