API docs. revived _buffer_ref_by_count fast types for scheduler and bin.
[platform/upstream/gstreamer.git] / plugins / elements / Makefile.am
1 filterdir = $(libdir)/gst
2
3 filter_LTLIBRARIES = libgstelements.la
4
5 if USE_LIBGHTTP
6 GSTHTTPSRC=gsthttpsrc.c
7 else
8 GSTHTTPSRC=
9 endif
10
11 #CFLAGS += -O2 -Wall -finstrument-functions -DGST_ENABLE_FUNC_INSTRUMENTATION
12
13 libgstelements_la_DEPENDENCIES = ../libgst.la
14 libgstelements_la_SOURCES =     \
15         gstelements.c           \
16         gstfakesrc.c            \
17         gstidentity.c           \
18         gstfakesink.c           \
19         gstdisksrc.c            \
20         gstfilesrc.c            \
21         gstdisksink.c           \
22         gstfdsrc.c              \
23         gstfdsink.c             \
24         gstmultidisksrc.c       \
25         gstpipefilter.c         \
26         gsttee.c                \
27         gstaggregator.c         \
28         $(GSTHTTPSRC)
29
30 noinst_HEADERS =                \
31         gstfakesrc.h            \
32         gstidentity.h           \
33         gstfakesink.h           \
34         gstdisksrc.h            \
35         gstdisksink.h           \
36         gstfdsrc.h              \
37         gstmultidisksrc.h       \
38         gsthttpsrc.h            \
39         gstfdsink.h             \
40         gstpipefilter.h         \
41         gsttee.h                \
42         gstaggregator.h         
43
44 CFLAGS += -O2 -Wall 
45 LDFLAGS += -lm
46
47 libgstelements_la_LIBADD = $(GHTTP_LIBS)
48 libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)