Massive, massive update of most source files. I went through and cleaned up all...
[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         gstaudiosink.c          \
21         gstaudiosrc.c           \
22         gstfdsink.c             \
23         gstpipefilter.c         \
24         gstqueue.c              \
25         gsttypefind.c           \
26         gstsinesrc.c            \
27         $(GSTHTTPSRC)
28
29 noinst_HEADERS =                \
30         gstfakesrc.h            \
31         gstidentity.h           \
32         gstfakesink.h           \
33         gstdisksrc.h            \
34         gstasyncdisksrc.h       \
35         gstfdsrc.h              \
36         gsthttpsrc.h            \
37         gstaudiosink.h          \
38         gstaudiosrc.h           \
39         gstfdsink.h             \
40         gstpipefilter.h         \
41         gstqueue.h              \
42         gsttypefind.h           \
43         gstsinesrc.h
44
45 CFLAGS += -O2 -Wall
46
47 libgstelements_la_LIBADD = $(GLIB_LIBS) $(GTK_LIBS) $(GHTTP_LIBS)
48 libgstelements_la_LDFLAGS = -version-info $(STREAMER_CURRENT):$(STREAMER_REVISION):$(STREAMER_AGE)