mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
9 lines
241 B
Makefile
9 lines
241 B
Makefile
|
plugin_LTLIBRARIES = libgsttrm.la
|
||
|
|
||
|
noinst_HEADERS = gsttrm.h
|
||
|
|
||
|
libgsttrm_la_SOURCES = gsttrm.c
|
||
|
libgsttrm_la_CFLAGS = $(GST_CFLAGS) $(MUSICBRAINZ_CFLAGS)
|
||
|
libgsttrm_la_LIBADD =
|
||
|
libgsttrm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MUSICBRAINZ_LIBS)
|