2001-12-10 09:09:53 +00:00
|
|
|
# FIXME : tests need fixing
|
2002-01-02 14:07:46 +00:00
|
|
|
testprogs = static # dynamic linked loading registry static2
|
|
|
|
# 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)
|
2002-01-02 12:23:26 +00:00
|
|
|
|
|
|
|
LIBS = $(GST_LIBS)
|
|
|
|
CFLAGS = $(GST_CFLAGS)
|
|
|
|
|