77638cb58ae324f0474227f150916d233e863a4c
[platform/upstream/gstreamer.git] / gst / hls / Makefile.am
1
2 plugin_LTLIBRARIES = libgstfragmented.la
3
4 libgstfragmented_la_SOURCES =                   \
5         m3u8.c                                  \
6         gsthlsdemux.c                           \
7         gstfragmentedplugin.c
8
9 libgstfragmented_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(SOUP_CFLAGS)
10 libgstfragmented_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(SOUP_LIBS)
11 libgstfragmented_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -no-undefined
12 libgstfragmented_la_LIBTOOLFLAGS = --tag=disable-static
13
14 # headers we need but don't want installed
15 noinst_HEADERS =                        \
16         gstfragmented.h         \
17         gsthlsdemux.h                   \
18         m3u8.h