mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
facd3a0c66
Original commit message from CVS: * ext/musicbrainz/Makefile.am: Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
9 lines
333 B
Makefile
9 lines
333 B
Makefile
plugin_LTLIBRARIES = libgsttrm.la
|
|
|
|
noinst_HEADERS = gsttrm.h
|
|
|
|
libgsttrm_la_SOURCES = gsttrm.c
|
|
libgsttrm_la_CFLAGS = $(GST_CFLAGS) $(MUSICBRAINZ_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgsttrm_la_LIBADD = $(GST_LIBS) $(MUSICBRAINZ_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
|
-lgsttag-@GST_MAJORMINOR@
|
|
libgsttrm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|