summaryrefslogtreecommitdiffstats
path: root/examples/seeking/Makefile.am
blob: ad04148051a769466ac8d299a5788ba28578b508 (plain)
1
2
3
4
5
6
7
examples = seek spider_seek

noinst_PROGRAMS = $(examples)

# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS) $(GTK_LIBS)
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)