blob: de0a1d9e91563613f48dedda0f3175103ef1a1d8 (
plain)
1
2
3
4
5
6
7
|
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)
|