basic statistics element
[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         gststatistics.c         \
29         $(GSTHTTPSRC)
30
31 noinst_HEADERS =                \
32         gstfakesrc.h            \
33         gstidentity.h           \
34         gstfakesink.h           \
35         gstdisksrc.h            \
36         gstdisksink.h           \
37         gstfdsrc.h              \
38         gstmultidisksrc.h       \
39         gsthttpsrc.h            \
40         gstfdsink.h             \
41         gstpipefilter.h         \
42         gsttee.h                \
43         gstaggregator.h         \
44         gststatistics.h 
45
46 CFLAGS += -O2 -Wall 
47 LDFLAGS += -lm
48
49 libgstelements_la_LIBADD = $(GHTTP_LIBS)
50 libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)