New typefind system: bytestream is now part of the core all plugins have been modifie...
[platform/upstream/gstreamer.git] / gst / autoplug / Makefile.am
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
2
3 plugin_LTLIBRARIES = \
4         libgststaticautoplug.la \
5         libgststaticautoplugrender.la \
6         libgstautoplugcache.la \
7         libgstautoplugger.la \
8         libgstspider.la
9
10 libgststaticautoplug_la_SOURCES = gststaticautoplug.c 
11 libgststaticautoplug_la_CFLAGS = $(GST_CFLAGS)
12 libgststaticautoplug_la_LIBADD =
13 libgststaticautoplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
14
15 libgststaticautoplugrender_la_SOURCES = gststaticautoplugrender.c
16 libgststaticautoplugrender_la_CFLAGS = $(GST_CFLAGS)
17 libgststaticautoplugrender_la_LIBADD =
18 libgststaticautoplugrender_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
19
20 libgstautoplugcache_la_SOURCES = gstautoplugcache.c
21 libgstautoplugcache_la_CFLAGS = $(GST_CFLAGS)
22 libgstautoplugcache_la_LIBADD =
23 libgstautoplugcache_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
24
25 libgstautoplugger_la_SOURCES = gstautoplugger.c
26 libgstautoplugger_la_CFLAGS = $(GST_CFLAGS)
27 libgstautoplugger_la_LIBADD =
28 libgstautoplugger_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
29
30 libgstspider_la_SOURCES = \
31         gstspider.c gstspideridentity.c \
32         gstsearchfuncs.c
33 libgstspider_la_CFLAGS = $(GST_CFLAGS)
34 libgstspider_la_LIBADD =
35 libgstspider_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
36
37 noinst_HEADERS = gststaticautoplug.h gststaticautoplugrender.h \
38         gstspider.h gstspideridentity.h gstsearchfuncs.h 
39
40 noinst_PROGRAMS = autoplugtest spidertest
41
42 autoplugtest_CFLAGS = $(GST_CFLAGS)
43 autoplugtest_LDADD = $(GST_LIBS)
44
45 spidertest_SOURCES = spidertest.c
46 spidertest_CFLAGS = $(GST_CFLAGS)
47 spidertest_LDADD = $(GST_LIBS)
48