Added mthodes to request an element to create pads: gst_element_request_pad*
[platform/upstream/gstreamer.git] / plugins / elements / Makefile.am
1 filterdir = $(libdir)/gst
2
3 filter_LTLIBRARIES = libgstelements.la
4
5 if HAVE_LIBGHTTP
6 GSTHTTPSRC=gsthttpsrc.c
7 else
8 GSTHTTPSRC=
9 endif
10
11 libgstelements_la_DEPENDENCIES = ../libgst.la
12 libgstelements_la_SOURCES =     \
13         gstelements.c           \
14         gstfakesrc.c            \
15         gstidentity.c           \
16         gstfakesink.c           \
17         gstdisksrc.c            \
18         gstasyncdisksrc.c       \
19         gstfdsrc.c              \
20         gstaudiosink.c          \
21         gstaudiosrc.c           \
22         gstfdsink.c             \
23         gstpipefilter.c         \
24         gstqueue.c              \
25         gsttee.c                \
26         gsttypefind.c           \
27         gstsinesrc.c            \
28         $(GSTHTTPSRC)
29
30 noinst_HEADERS =                \
31         gstfakesrc.h            \
32         gstidentity.h           \
33         gstfakesink.h           \
34         gstdisksrc.h            \
35         gstasyncdisksrc.h       \
36         gstfdsrc.h              \
37         gsthttpsrc.h            \
38         gstaudiosink.h          \
39         gstaudiosrc.h           \
40         gstfdsink.h             \
41         gstpipefilter.h         \
42         gstqueue.h              \
43         gsttee.h                \
44         gsttypefind.h           \
45         gstsinesrc.h
46
47 CFLAGS += -O2 -Wall
48
49 libgstelements_la_LIBADD = $(GHTTP_LIBS)
50 libgstelements_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION)