minor typographical change to autogen added --with-html-dir option to configure more...
[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         gstdisksrc.c            \
18         gstfilesrc.c            \
19         gstdisksink.c           \
20         gstfdsrc.c              \
21         gstfdsink.c             \
22         gstmultidisksrc.c       \
23         gstpipefilter.c         \
24         gsttee.c                \
25         gstaggregator.c         \
26         gststatistics.c         \
27         $(GSTHTTPSRC)
28
29 noinst_HEADERS =                \
30         gstfakesrc.h            \
31         gstidentity.h           \
32         gstfakesink.h           \
33         gstdisksrc.h            \
34         gstdisksink.h           \
35         gstfdsrc.h              \
36         gstmultidisksrc.h       \
37         gsthttpsrc.h            \
38         gstfdsink.h             \
39         gstpipefilter.h         \
40         gsttee.h                \
41         gstaggregator.h         \
42         gststatistics.h         \
43         gstfilesrc.h
44
45 libgstelements_la_CFLAGS = $(GHTTP_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
46 libgstelements_la_LIBADD = $(GHTTP_LIBS) $(GLIB_LIBS) $(XML_LIBS)
47 libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)