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
|
|
|
|
|
2004-03-15 17:51:07 +00:00
|
|
|
tests_pass = dynamic linked loading registry static static2
|
2003-11-05 00:40:33 +00:00
|
|
|
tests_fail =
|
2004-04-15 04:54:53 +00:00
|
|
|
tests_ignore =
|
2001-08-21 20:16:48 +00:00
|
|
|
|
|
|
|
libtestplugin_la_SOURCES = testplugin.c
|
2004-05-04 12:38:36 +00:00
|
|
|
libtestplugin_la_CFLAGS = $(GST_OBJ_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
|
2004-05-04 12:38:36 +00:00
|
|
|
libtestplugin2_la_CFLAGS = $(GST_OBJ_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
|