From: Benjamin Otte Date: Mon, 28 Jan 2002 01:48:34 +0000 (+0000) Subject: initial import of the spider autoplugger - not to self: Makefile changes must be... X-Git-Tag: RELEASE-0_3_2-DOBDAY~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0e9344c563be4c0ff4be854d17c838770e39567;p=platform%2Fupstream%2Fgstreamer.git initial import of the spider autoplugger - not to self: Makefile changes must be committed, too Original commit message from CVS: initial import of the spider autoplugger - not to self: Makefile changes must be committed, too --- diff --git a/gst/autoplug/Makefile.am b/gst/autoplug/Makefile.am index 8e9621a..5b2d2cf 100644 --- a/gst/autoplug/Makefile.am +++ b/gst/autoplug/Makefile.am @@ -4,7 +4,8 @@ plugin_LTLIBRARIES = \ libgststaticautoplug.la \ libgststaticautoplugrender.la \ libgstautoplugcache.la \ - libgstautoplugger.la + libgstautoplugger.la \ + libgstspider.la libgststaticautoplug_la_SOURCES = gststaticautoplug.c libgststaticautoplug_la_CFLAGS = $(GST_CFLAGS) @@ -26,9 +27,20 @@ libgstautoplugger_la_CFLAGS = $(GST_CFLAGS) libgstautoplugger_la_LIBADD = $(GST_LIBS) libgstautoplugger_la_LDFLAGS = -version-info $(GST_LIBVERSION) -noinst_HEADERS = gststaticautoplug.h gststaticautoplugrender.h +libgstspider_la_SOURCES = gstspider.c gstspideridentity.c gstsearchfuncs.c +libgstspider_la_CFLAGS = $(GST_CFLAGS) +libgstspider_la_LIBADD = $(GST_LIBS) +libgstspider_la_LDFLAGS = -version-info $(GST_LIBVERSION) -noinst_PROGRAMS = autoplugtest +noinst_HEADERS = gststaticautoplug.h gststaticautoplugrender.h \ + gstspider.h gstspideridentity.h gstsearchfuncs.h + +noinst_PROGRAMS = autoplugtest spidertest autoplugtest_CFLAGS = $(GST_CFLAGS) autoplugtest_LDADD = $(GST_LIBS) + +spidertest_SOURCES = spidertest.c +spidertest_CFLAGS = $(GST_CFLAGS) +spidertest_LDADD = $(GST_LIBS) +