This is a rather large patch. Switched on -Wall compiler flag and fixed the warnings.
[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         gstasyncdisksrc.c       \
19         gstfdsrc.c              \
20         $(GSTHTTPSRC)           \
21         gstaudiosink.c          \
22         gstaudiosrc.c           \
23         gstfdsink.c             \
24         gstqueue.c              \
25         gstsinesrc.c
26
27 noinst_HEADERS =                \
28         gstfakesrc.h            \
29         gstidentity.h           \
30         gstfakesink.h           \
31         gstdisksrc.h            \
32         gstasyncdisksrc.h       \
33         gstfdsrc.h              \
34         gsthttpsrc.h            \
35         gstaudiosink.h          \
36         gstaudiosrc.h           \
37         gstfdsink.h             \
38         gstqueue.h              \
39         gstsinesrc.h
40
41 CFLAGS += -O2 -Wall
42
43 libgstelements_la_LIBADD = $(GLIB_LIBS) $(GTK_LIBS) $(GHTTP_LIBS)
44 libgstelements_la_LDFLAGS = -version-info $(STREAMER_CURRENT):$(STREAMER_REVISION):$(STREAMER_AGE)