bye bye disksrc! c-ya! peace out!
[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 libgstelements_la_DEPENDENCIES = ../libgst.la
12 libgstelements_la_SOURCES =     \
13         gstelements.c           \
14         gstfakesrc.c            \
15         gstidentity.c           \
16         gstfakesink.c           \
17         gstfilesrc.c            \
18         gstdisksink.c           \
19         gstfdsrc.c              \
20         gstfdsink.c             \
21         gstmultidisksrc.c       \
22         gstpipefilter.c         \
23         gsttee.c                \
24         gstaggregator.c         \
25         gststatistics.c         \
26         $(GSTHTTPSRC)
27
28 noinst_HEADERS =                \
29         gstfakesrc.h            \
30         gstidentity.h           \
31         gstfakesink.h           \
32         gstdisksink.h           \
33         gstfdsrc.h              \
34         gstmultidisksrc.h       \
35         gsthttpsrc.h            \
36         gstfdsink.h             \
37         gstpipefilter.h         \
38         gsttee.h                \
39         gstaggregator.h         \
40         gststatistics.h         \
41         gstfilesrc.h
42
43 libgstelements_la_CFLAGS = $(GHTTP_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
44 libgstelements_la_LIBADD = $(GHTTP_LIBS) $(GLIB_LIBS) $(XML_LIBS)
45 libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)