2002-06-07 19:00:21 +00:00
|
|
|
examples = filter
|
|
|
|
|
|
|
|
noinst_PROGRAMS = $(examples)
|
|
|
|
|
|
|
|
# we have nothing but apps here, we can do this safely
|
2002-12-08 14:50:10 +00:00
|
|
|
LIBS = $(GST_LIBS) $(GTK_LIBS) $(GST_CONTROL_LIBS)
|
2002-11-02 05:39:20 +00:00
|
|
|
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|