merge TYPEFIND branch. Major changes:
[platform/upstream/gstreamer.git] / plugins / elements / Makefile.am
1 # FIXME:
2 # need to get gstbufferstore.[ch] into its own lib, preferrably 
3 # libs/gst/buifferstore
4 # This requires building libs/gst before this dir, which we currently don't
5 # do.
6
7 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
8
9 plugin_LTLIBRARIES = libgstelements.la
10
11 libgstelements_la_DEPENDENCIES = ../libgstreamer-@GST_MAJORMINOR@.la
12 libgstelements_la_SOURCES =     \
13         gstaggregator.c         \
14         gstbufferstore.c        \
15         gstelements.c           \
16         gstfakesink.c           \
17         gstfakesrc.c            \
18         gstfilesink.c           \
19         gstfilesrc.c            \
20         gstfdsink.c             \
21         gstfdsrc.c              \
22         gstidentity.c           \
23         gstmd5sink.c            \
24         gstmultidisksrc.c       \
25         gstpipefilter.c         \
26         gstshaper.c             \
27         gststatistics.c         \
28         gsttee.c                \
29         gsttypefindelement.c
30
31 libgstelements_la_CFLAGS = $(GST_CFLAGS)
32 libgstelements_la_LIBADD =
33 libgstelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
34
35 noinst_HEADERS =                \
36         gstaggregator.h         \
37         gstbufferstore.h        \
38         gstfakesink.h           \
39         gstfakesrc.h            \
40         gstfdsink.h             \
41         gstfdsrc.h              \
42         gstfilesink.h           \
43         gstfilesrc.h            \
44         gstidentity.h           \
45         gstmd5sink.h            \
46         gstmultidisksrc.h       \
47         gstpipefilter.h         \
48         gstshaper.h             \
49         gststatistics.h         \
50         gsttee.h                \
51         gsttypefindelement.h