mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
11 lines
384 B
Makefile
11 lines
384 B
Makefile
plugin_LTLIBRARIES = libgsttrm.la
|
|
|
|
noinst_HEADERS = gsttrm.h
|
|
|
|
libgsttrm_la_SOURCES = gsttrm.c
|
|
libgsttrm_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(MUSICBRAINZ_CFLAGS)
|
|
libgsttrm_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) $(MUSICBRAINZ_LIBS) \
|
|
-lgsttag-@GST_API_VERSION@
|
|
libgsttrm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgsttrm_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|