document core plugins in a separate document just like all the others rename these...
[platform/upstream/gstreamer.git] / plugins / elements / Makefile.am
1 # FIXME:
2 # need to get gstbufferstore.[ch] into its own lib, preferably 
3 # libs/gst/bufferstore
4 # This requires building libs/gst before this dir, which we currently don't
5 # do.
6
7 plugin_LTLIBRARIES = libgstcoreelements.la
8
9 if HAVE_SYS_SOCKET_H
10 GSTFDSRC = gstfdsrc.c
11 else
12 GSTFDSRC =
13 endif
14
15 libgstcoreelements_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
16 libgstcoreelements_la_SOURCES = \
17         gstbufferstore.c        \
18         gstcapsfilter.c         \
19         gstelements.c           \
20         gstfakesrc.c            \
21         gstfakesink.c           \
22         $(GSTFDSRC)             \
23         gstfilesink.c           \
24         gstfilesrc.c            \
25         gstidentity.c           \
26         gstqueue.c              \
27         gsttee.c                \
28         gsttypefindelement.c
29
30 libgstcoreelements_la_CFLAGS = $(GST_OBJ_CFLAGS)
31 libgstcoreelements_la_LIBADD = \
32         $(top_builddir)/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la \
33         $(GST_OBJ_LIBS)
34 libgstcoreelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
35
36 noinst_HEADERS =                \
37         gstbufferstore.h        \
38         gstfakesink.h           \
39         gstfakesrc.h            \
40         gstfdsrc.h              \
41         gstfilesink.h           \
42         gstfilesrc.h            \
43         gstidentity.h           \
44         gstqueue.h              \
45         gsttee.h                \
46         gsttypefindelement.h
47
48 EXTRA_DIST = gstfdsrc.c