2002-12-08 14:39:38 +00:00
|
|
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
2001-03-07 21:52:56 +00:00
|
|
|
|
2002-01-12 00:47:40 +00:00
|
|
|
plugin_LTLIBRARIES = \
|
|
|
|
libgststaticautoplug.la \
|
|
|
|
libgststaticautoplugrender.la \
|
|
|
|
libgstautoplugcache.la \
|
2002-01-28 01:48:34 +00:00
|
|
|
libgstautoplugger.la \
|
|
|
|
libgstspider.la
|
2001-03-07 21:52:56 +00:00
|
|
|
|
2001-05-27 21:56:04 +00:00
|
|
|
libgststaticautoplug_la_SOURCES = gststaticautoplug.c
|
2002-01-12 00:47:40 +00:00
|
|
|
libgststaticautoplug_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 04:10:13 +00:00
|
|
|
libgststaticautoplug_la_LIBADD =
|
2002-03-19 05:46:38 +00:00
|
|
|
libgststaticautoplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2002-01-12 00:47:40 +00:00
|
|
|
|
|
|
|
libgststaticautoplugrender_la_SOURCES = gststaticautoplugrender.c
|
|
|
|
libgststaticautoplugrender_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 04:10:13 +00:00
|
|
|
libgststaticautoplugrender_la_LIBADD =
|
2002-03-19 05:46:38 +00:00
|
|
|
libgststaticautoplugrender_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2002-01-12 00:47:40 +00:00
|
|
|
|
|
|
|
libgstautoplugcache_la_SOURCES = gstautoplugcache.c
|
|
|
|
libgstautoplugcache_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 04:10:13 +00:00
|
|
|
libgstautoplugcache_la_LIBADD =
|
2002-03-19 05:46:38 +00:00
|
|
|
libgstautoplugcache_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-05-27 21:56:04 +00:00
|
|
|
|
2002-01-12 00:47:40 +00:00
|
|
|
libgstautoplugger_la_SOURCES = gstautoplugger.c
|
|
|
|
libgstautoplugger_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 04:10:13 +00:00
|
|
|
libgstautoplugger_la_LIBADD =
|
2002-03-19 05:46:38 +00:00
|
|
|
libgstautoplugger_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-04 22:12:50 +00:00
|
|
|
|
2002-01-28 01:48:34 +00:00
|
|
|
libgstspider_la_SOURCES = gstspider.c gstspideridentity.c gstsearchfuncs.c
|
|
|
|
libgstspider_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 04:10:13 +00:00
|
|
|
libgstspider_la_LIBADD =
|
2002-03-19 05:46:38 +00:00
|
|
|
libgstspider_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-05-25 21:00:07 +00:00
|
|
|
|
2002-01-28 01:48:34 +00:00
|
|
|
noinst_HEADERS = gststaticautoplug.h gststaticautoplugrender.h \
|
|
|
|
gstspider.h gstspideridentity.h gstsearchfuncs.h
|
|
|
|
|
|
|
|
noinst_PROGRAMS = autoplugtest spidertest
|
2001-12-04 22:12:50 +00:00
|
|
|
|
2001-12-16 14:23:19 +00:00
|
|
|
autoplugtest_CFLAGS = $(GST_CFLAGS)
|
|
|
|
autoplugtest_LDADD = $(GST_LIBS)
|
2002-01-28 01:48:34 +00:00
|
|
|
|
|
|
|
spidertest_SOURCES = spidertest.c
|
|
|
|
spidertest_CFLAGS = $(GST_CFLAGS)
|
|
|
|
spidertest_LDADD = $(GST_LIBS)
|
|
|
|
|