autogen.sh: Require automake 1.7
[platform/upstream/gstreamer.git] / ext / musicbrainz / Makefile.am
1 plugin_LTLIBRARIES = libgsttrm.la
2
3 noinst_HEADERS = gsttrm.h 
4
5 libgsttrm_la_SOURCES = gsttrm.c
6 libgsttrm_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(MUSICBRAINZ_CFLAGS)
7 libgsttrm_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) $(MUSICBRAINZ_LIBS) \
8         -lgsttag-@GST_MAJORMINOR@
9 libgsttrm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)