mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
8 lines
234 B
Makefile
8 lines
234 B
Makefile
noinst_PROGRAMS = shapewipe-example
|
|
|
|
shapewipe_example_SOURCES = shapewipe-example.c
|
|
shapewipe_example_CFLAGS = $(GST_CFLAGS) $(GST_CONTROLLER_CFLAGS)
|
|
shapewipe_example_LDFLAGS = $(GST_LIBS) $(GST_CONTROLLER_LIBS)
|
|
|
|
noinst_HEADERS =
|
|
|