]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/blob - plugins/elements/Makefile.am
650d3f96883962446872edac4fda2841cd3898c4
[glsdk/gstreamer0-10.git] / plugins / elements / Makefile.am
1 plugindir = $(libdir)/gst
3 plugin_LTLIBRARIES = libgstelements.la
5 libgstelements_la_DEPENDENCIES = ../libgst.la
6 libgstelements_la_SOURCES =     \
7         gstelements.c           \
8         gstfakesrc.c            \
9         gstidentity.c           \
10         gstfakesink.c           \
11         gstfilesrc.c            \
12         gstdisksink.c           \
13         gstfdsrc.c              \
14         gstfdsink.c             \
15         gstmultidisksrc.c       \
16         gstpipefilter.c         \
17         gsttee.c                \
18         gstaggregator.c         \
19         gststatistics.c         \
20         gstmd5sink.c
21 libgstelements_la_CFLAGS = $(GST_CFLAGS)
22 libgstelements_la_LIBADD = $(GST_LIBS)
23 libgstelements_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
25 noinst_HEADERS =                \
26         gstfakesrc.h            \
27         gstidentity.h           \
28         gstfakesink.h           \
29         gstdisksink.h           \
30         gstfdsrc.h              \
31         gstmultidisksrc.h       \
32         gstfdsink.h             \
33         gstpipefilter.h         \
34         gsttee.h                \
35         gstaggregator.h         \
36         gststatistics.h         \
37         gstfilesrc.h            \
38         gstmd5sink.h