apedemux: add container-format tag
[platform/upstream/gst-plugins-good.git] / gst / apetag / Makefile.am
1 plugin_LTLIBRARIES = libgstapetag.la
2
3 libgstapetag_la_SOURCES = gstapedemux.c
4 libgstapetag_la_CFLAGS = \
5         -I$(top_srcdir)/gst-libs \
6         $(GST_PLUGINS_BASE_CFLAGS) \
7         $(GST_BASE_CFLAGS) \
8         $(GST_CFLAGS)
9 libgstapetag_la_LIBADD = \
10         $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ \
11         -lgstpbutils-@GST_MAJORMINOR@\
12         $(GST_BASE_LIBS) \
13         $(GST_LIBS)
14 libgstapetag_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
15 libgstapetag_la_LIBTOOLFLAGS = --tag=disable-static
16
17 noinst_HEADERS = gstapedemux.h