Modified a lot of plugins to use the caps system.
[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         gstfdsrc.c              \
19         gstfdsink.c             \
20         gstmultidisksrc.c       \
21         gstpipefilter.c         \
22         gsttee.c                \
23         gstsinesrc.c            \
24         $(GSTHTTPSRC)
25
26 noinst_HEADERS =                \
27         gstfakesrc.h            \
28         gstidentity.h           \
29         gstfakesink.h           \
30         gstdisksrc.h            \
31         gstfdsrc.h              \
32         gstmultidisksrc.h       \
33         gsthttpsrc.h            \
34         gstfdsink.h             \
35         gstpipefilter.h         \
36         gsttee.h                \
37         gstsinesrc.h
38
39 CFLAGS += -O2 -Wall
40
41 libgstelements_la_LIBADD = $(GHTTP_LIBS)
42 libgstelements_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION)