configure.ac: Bump requirements to current core and -base CVS (core for new typefind...
[platform/upstream/gst-plugins-good.git] / gst / apetag / Makefile.am
1 plugin_LTLIBRARIES = libgstapetag.la
2
3 libgstapetag_la_SOURCES = gstapedemux.c gsttagdemux.c
4 libgstapetag_la_CFLAGS = \
5         -I$(top_srcdir)/gst-libs \
6         $(GST_BASE_CFLAGS) \
7         $(GST_CFLAGS)
8 libgstapetag_la_LIBADD = \
9         $(GST_BASE_LIBS) \
10         $(GST_LIBS)
11 libgstapetag_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
12
13 noinst_HEADERS = gstapedemux.h gsttagdemux.h