summaryrefslogtreecommitdiffstats
path: root/examples/dynparams/Makefile.am
blob: 073140870431b30f0207e59da70dce99698cc5f8 (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) $(GST_CONTROL_LIBS)
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)