2002-12-08 14:39:38 +00:00
|
|
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
2000-01-31 09:43:08 +00:00
|
|
|
|
2002-01-12 00:47:40 +00:00
|
|
|
plugin_LTLIBRARIES = libgstelements.la
|
2000-01-30 09:03:00 +00:00
|
|
|
|
2002-12-08 14:39:38 +00:00
|
|
|
libgstelements_la_DEPENDENCIES = ../libgstreamer-@GST_MAJORMINOR@.la
|
2000-01-30 09:03:00 +00:00
|
|
|
libgstelements_la_SOURCES = \
|
|
|
|
gstelements.c \
|
|
|
|
gstfakesrc.c \
|
|
|
|
gstidentity.c \
|
|
|
|
gstfakesink.c \
|
2001-08-22 04:30:27 +00:00
|
|
|
gstfilesrc.c \
|
2002-04-28 17:08:59 +00:00
|
|
|
gstfilesink.c \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstfdsrc.c \
|
|
|
|
gstfdsink.c \
|
2001-03-24 17:22:03 +00:00
|
|
|
gstmultidisksrc.c \
|
2000-05-28 19:59:46 +00:00
|
|
|
gstpipefilter.c \
|
2001-01-18 23:46:15 +00:00
|
|
|
gsttee.c \
|
2001-07-11 14:56:16 +00:00
|
|
|
gstaggregator.c \
|
2003-02-23 20:29:12 +00:00
|
|
|
gstshaper.c \
|
2002-01-29 20:06:07 +00:00
|
|
|
gststatistics.c \
|
|
|
|
gstmd5sink.c
|
2002-01-12 00:47:40 +00:00
|
|
|
libgstelements_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 04:10:13 +00:00
|
|
|
libgstelements_la_LIBADD =
|
2002-03-19 05:46:38 +00:00
|
|
|
libgstelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2000-01-30 09:03:00 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
gstfakesrc.h \
|
|
|
|
gstidentity.h \
|
|
|
|
gstfakesink.h \
|
2002-04-28 17:08:59 +00:00
|
|
|
gstfilesink.h \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstfdsrc.h \
|
2001-03-24 17:22:03 +00:00
|
|
|
gstmultidisksrc.h \
|
2000-01-30 09:03:00 +00:00
|
|
|
gstfdsink.h \
|
2000-05-28 19:59:46 +00:00
|
|
|
gstpipefilter.h \
|
2001-01-18 23:46:15 +00:00
|
|
|
gsttee.h \
|
2001-10-24 22:42:40 +00:00
|
|
|
gstaggregator.h \
|
2003-02-23 20:29:12 +00:00
|
|
|
gstshaper.h \
|
2001-12-12 06:08:44 +00:00
|
|
|
gststatistics.h \
|
2002-01-29 20:06:07 +00:00
|
|
|
gstfilesrc.h \
|
|
|
|
gstmd5sink.h
|