mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
11 lines
331 B
Makefile
11 lines
331 B
Makefile
plugin_LTLIBRARIES = libgstspc.la
|
|
|
|
libgstspc_la_SOURCES = gstspc.c tag.c
|
|
|
|
libgstspc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(SPC_CFLAGS)
|
|
libgstspc_la_LIBADD = $(GST_LIBS) $(SPC_LIBS)
|
|
libgstspc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstspc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstspc.h tag.h
|
|
|