- Added generic shaper element that keeps two streams in sync.
[platform/upstream/gstreamer.git] / plugins / elements / Makefile.am
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
2
3 plugin_LTLIBRARIES = libgstelements.la
4
5 libgstelements_la_DEPENDENCIES = ../libgstreamer-@GST_MAJORMINOR@.la
6 libgstelements_la_SOURCES =     \
7         gstelements.c           \
8         gstfakesrc.c            \
9         gstidentity.c           \
10         gstfakesink.c           \
11         gstfilesrc.c            \
12         gstfilesink.c           \
13         gstfdsrc.c              \
14         gstfdsink.c             \
15         gstmultidisksrc.c       \
16         gstpipefilter.c         \
17         gsttee.c                \
18         gstaggregator.c         \
19         gstshaper.c             \
20         gststatistics.c         \
21         gstmd5sink.c
22 libgstelements_la_CFLAGS = $(GST_CFLAGS)
23 libgstelements_la_LIBADD =
24 libgstelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
25
26 noinst_HEADERS =                \
27         gstfakesrc.h            \
28         gstidentity.h           \
29         gstfakesink.h           \
30         gstfilesink.h           \
31         gstfdsrc.h              \
32         gstmultidisksrc.h       \
33         gstfdsink.h             \
34         gstpipefilter.h         \
35         gsttee.h                \
36         gstaggregator.h         \
37         gstshaper.h             \
38         gststatistics.h         \
39         gstfilesrc.h            \
40         gstmd5sink.h