Merge branch 'master' into 0.11
[platform/upstream/gst-plugins-good.git] / gst / matroska / Makefile.am
1 plugin_LTLIBRARIES = libgstmatroska.la
2
3 libgstmatroska_la_SOURCES = \
4         ebml-read.c \
5         ebml-write.c \
6         matroska.c \
7         matroska-demux.c \
8         matroska-parse.c \
9         matroska-ids.c \
10         matroska-mux.c \
11         webm-mux.c \
12         lzo.c
13
14 noinst_HEADERS = \
15         ebml-ids.h \
16         ebml-read.h \
17         ebml-write.h \
18         matroska-demux.h \
19         matroska-parse.h \
20         matroska-ids.h \
21         matroska-mux.h \
22         webm-mux.h \
23         lzo.h
24
25 libgstmatroska_la_CFLAGS = \
26         $(GST_PLUGINS_BASE_CFLAGS) \
27         $(GST_BASE_CFLAGS) \
28         $(GST_CFLAGS)
29 libgstmatroska_la_LIBADD = \
30         $(GST_PLUGINS_BASE_LIBS) \
31         -lgstriff-@GST_MAJORMINOR@ \
32         -lgstaudio-@GST_MAJORMINOR@ \
33         -lgsttag-@GST_MAJORMINOR@ \
34         -lgstpbutils-@GST_MAJORMINOR@ \
35         $(GST_BASE_LIBS) \
36         $(GST_LIBS) \
37         $(ZLIB_LIBS) \
38         $(BZ2_LIBS) \
39         $(LIBM)
40 libgstmatroska_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
41 libgstmatroska_la_LIBTOOLFLAGS = --tag=disable-static