2001-04-16 23:17:54 +00:00
|
|
|
filterdir = $(libdir)/gst
|
|
|
|
|
2001-05-06 17:33:57 +00:00
|
|
|
filter_LTLIBRARIES = libgststaticautoplug.la libgststaticautoplugrender.la \
|
2001-05-10 08:16:36 +00:00
|
|
|
libgstautoplugcache.la libgstautoplugger.la
|
2001-04-16 23:17:54 +00:00
|
|
|
|
|
|
|
libgststaticautoplug_la_SOURCES = \
|
|
|
|
gststaticautoplug.c
|
|
|
|
|
|
|
|
libgststaticautoplugrender_la_SOURCES = \
|
|
|
|
gststaticautoplugrender.c
|
|
|
|
|
2001-05-06 17:33:57 +00:00
|
|
|
libgstautoplugcache_la_SOURCES = gstautoplugcache.c
|
2001-05-10 08:16:36 +00:00
|
|
|
libgstautoplugger_la_SOURCES = gstautoplugger.c
|
2001-05-06 17:33:57 +00:00
|
|
|
|
2001-04-26 01:53:20 +00:00
|
|
|
libgststaticautoplug_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
|
|
|
libgststaticautoplugrender_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
2001-05-06 17:33:57 +00:00
|
|
|
libgstautoplugcache_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
|
|
|
|
|
|
|
noinst_PROGRAMS = autoplugtest
|
2001-05-24 00:46:45 +00:00
|
|
|
autoplugtest_LDADD = $(GST_LIBS)
|