Initialize Tizen 2.3
[framework/multimedia/gst-plugins-ext0.10.git] / dashdemux / src / Makefile.am
1
2 plugin_LTLIBRARIES = libgstdashdemux.la
3
4 libgstdashdemux_la_SOURCES =                    \
5         gstmpdparser.c                          \
6         gstdashdemux.c                          \
7         gstfragment.c                           \
8         gsturidownloader.c                      \
9         gstdownloadrate.c                       \
10         gstplugin.c
11
12 # headers we need but don't want installed
13 noinst_HEADERS =             \
14         gstmpdparser.h                  \
15         gstfragmented.h                 \
16         gstfragment.h                   \
17         gstdashdemux.h                  \
18         gsturidownloader.h              \
19         gstdownloadrate.h
20
21 # compiler and linker flags used to compile this plugin, set in configure.ac
22 libgstdashdemux_la_CFLAGS = $(GST_CFLAGS) 
23 libgstdashdemux_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
24 libgstdashdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
25 libgstdashdemux_la_LIBTOOLFLAGS = --tag=disable-static