let's not give our plugins -release versioning make clean before rebuilding after...
[platform/upstream/gstreamer.git] / plugins / elements / Makefile.am
1 plugindir = $(libdir)/gst
2
3 plugin_LTLIBRARIES = libgstelements.la
4
5 libgstelements_la_DEPENDENCIES = ../libgstreamer.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 =
23 libgstelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
24
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