s/filter/plugin/ add $(GST_LIBS) to all plugins move Makefile.am things around to...
[platform/upstream/gstreamer.git] / plugins / elements / Makefile.am
1 plugindir = $(libdir)/gst
2
3 plugin_LTLIBRARIES = libgstelements.la
4
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 libgstelements_la_CFLAGS = $(GST_CFLAGS)
21 libgstelements_la_LIBADD = $(GST_LIBS)
22 libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)
23
24 noinst_HEADERS =                \
25         gstfakesrc.h            \
26         gstidentity.h           \
27         gstfakesink.h           \
28         gstdisksink.h           \
29         gstfdsrc.h              \
30         gstmultidisksrc.h       \
31         gstfdsink.h             \
32         gstpipefilter.h         \
33         gsttee.h                \
34         gstaggregator.h         \
35         gststatistics.h         \
36         gstfilesrc.h