2001-12-10 09:09:53 +00:00
|
|
|
# FIXME : tests need fixing
|
2001-12-16 14:23:19 +00:00
|
|
|
testprogs = dynamic linked static # loading registry static2
|
2001-12-25 12:13:24 +00:00
|
|
|
## filterdir = $(libdir)/gst
|
2001-08-21 20:16:48 +00:00
|
|
|
|
2001-12-25 12:13:24 +00:00
|
|
|
noinst_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
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)
|
|
|
|
libtestplugin_la_LIBS = $(GST_LIBS)
|
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)
|
|
|
|
libtestplugin2_la_LIBS = $(GST_LIBS)
|
2001-08-21 20:16:48 +00:00
|
|
|
|
2001-12-12 00:12:58 +00:00
|
|
|
# linked_LDFLAGS = -L. -ltestplugin -ltestplugin2
|
2001-08-21 20:16:48 +00:00
|
|
|
|
|
|
|
static_SOURCES = static.c testplugin_s.c testplugin2_s.c
|
|
|
|
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
|
|
|
|
check_PROGRAMS = $(testprogs)
|