mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
8 lines
186 B
Makefile
8 lines
186 B
Makefile
|
examples = filter
|
||
|
|
||
|
noinst_PROGRAMS = $(examples)
|
||
|
|
||
|
# we have nothing but apps here, we can do this safely
|
||
|
LIBS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol
|
||
|
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|