2002-01-12 00:47:40 +00:00
|
|
|
plugindir = $(libdir)/gst
|
2001-12-04 22:12:50 +00:00
|
|
|
|
2002-02-11 01:38:55 +00:00
|
|
|
plugin_LTLIBRARIES = libgstbasicscheduler.la libgststandardscheduler.la
|
2001-12-04 22:12:50 +00:00
|
|
|
|
|
|
|
libgstbasicscheduler_la_SOURCES = gstbasicscheduler.c
|
2002-01-02 14:07:46 +00:00
|
|
|
libgstbasicscheduler_la_CFLAGS = $(GST_CFLAGS)
|
2002-02-11 01:38:55 +00:00
|
|
|
libgstbasicscheduler_la_LIBADD = $(GST_LIBS) ../libcothreads.la
|
2002-02-09 21:05:12 +00:00
|
|
|
libgstbasicscheduler_la_LDFLAGS = @GST_LT_LDFLAGS@
|
2002-02-11 01:38:55 +00:00
|
|
|
|
|
|
|
libgststandardscheduler_la_SOURCES = gststandardscheduler.c
|
|
|
|
libgststandardscheduler_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/libs/ext/cothreads
|
|
|
|
libgststandardscheduler_la_LIBADD = $(GST_LIBS) $(top_builddir)/libs/ext/cothreads/cothreads/libcothreads-gthreads.la
|
|
|
|
libgststandardscheduler_la_LDFLAGS = @GST_LT_LDFLAGS@
|