Add dependencies of gstriff to things that link to gstriff, needed on Win32.
[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-ids.c \
9         matroska-mux.c \
10         lzo.c
11
12 noinst_HEADERS = \
13         ebml-ids.h \
14         ebml-read.h \
15         ebml-write.h \
16         matroska-demux.h \
17         matroska-ids.h \
18         matroska-mux.h \
19         lzo.h
20
21 libgstmatroska_la_CFLAGS = \
22         $(GST_PLUGINS_BASE_CFLAGS) \
23         $(GST_BASE_CFLAGS) \
24         $(GST_CFLAGS) \
25         -I$(top_srcdir)/gst-libs
26 libgstmatroska_la_LIBADD = \
27         $(GST_PLUGINS_BASE_LIBS) \
28         -lgstriff-@GST_MAJORMINOR@ \
29         -lgstaudio-@GST_MAJORMINOR@ \
30         -lgsttag-@GST_MAJORMINOR@ \
31         $(GST_BASE_LIBS) \
32         $(GST_LIBS) \
33         $(ZLIB_LIBS) \
34         $(BZ2_LIBS) \
35         $(LIBM)
36 libgstmatroska_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
37 libgstmatroska_la_LIBTOOLFLAGS = --tag=disable-static
38