mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
10 lines
219 B
Makefile
10 lines
219 B
Makefile
|
|
||
|
plugin_LTLIBRARIES = libgstswitch.la
|
||
|
|
||
|
libgstswitch_la_SOURCES = gstswitch.c
|
||
|
libgstswitch_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstswitch_la_LIBADD =
|
||
|
libgstswitch_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstswitch.h
|