2001-12-10 09:09:53 +00:00
|
|
|
# FIXME : tests need fixing
|
|
|
|
testprogs = dynamic linked static # loading registry static2
|
2001-08-21 20:16:48 +00:00
|
|
|
filterdir = $(libdir)/gst
|
|
|
|
|
|
|
|
filter_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
|
|
|
|
|
|
|
libtestplugin_la_SOURCES = testplugin.c
|
|
|
|
libtestplugin2_la_SOURCES = testplugin2.c
|
|
|
|
|
|
|
|
linked_LDFLAGS = -L. -ltestplugin -ltestplugin2
|
|
|
|
|
|
|
|
static_SOURCES = static.c testplugin_s.c testplugin2_s.c
|
|
|
|
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
|
|
|
|
# we have nothing but apps here, we can do this safely
|
2001-12-04 22:12:50 +00:00
|
|
|
LIBS = $(GST_LIBS)
|
|
|
|
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|