removed httpsrc from core
[platform/upstream/gstreamer.git] / plugins / elements / Makefile.am
1 filterdir = $(libdir)/gst
2
3 filter_LTLIBRARIES = libgstelements.la
4
5 libgstelements_la_DEPENDENCIES = ../libgst.la
6 libgstelements_la_SOURCES =     \
7         gstelements.c           \
8         gstfakesrc.c            \
9         gstidentity.c           \
10         gstfakesink.c           \
11         gstfilesrc.c            \
12         gstdisksink.c           \
13         gstfdsrc.c              \
14         gstfdsink.c             \
15         gstmultidisksrc.c       \
16         gstpipefilter.c         \
17         gsttee.c                \
18         gstaggregator.c         \
19         gststatistics.c
20
21 noinst_HEADERS =                \
22         gstfakesrc.h            \
23         gstidentity.h           \
24         gstfakesink.h           \
25         gstdisksink.h           \
26         gstfdsrc.h              \
27         gstmultidisksrc.h       \
28         gstfdsink.h             \
29         gstpipefilter.h         \
30         gsttee.h                \
31         gstaggregator.h         \
32         gststatistics.h         \
33         gstfilesrc.h
34
35 libgstelements_la_CFLAGS = $(GHTTP_CFLAGS) $(GST_CFLAGS)
36 libgstelements_la_LIBADD = $(GHTTP_LIBS) $(GST_LIBS)
37 ## left from merging, FIXME or DELETEME libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)