mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 22:42:35 +00:00
7 lines
186 B
Makefile
7 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)
|