summaryrefslogtreecommitdiffstats
path: root/examples/seeking/Makefile.am
blob: b1dac9c48114a8b5fd0f957a0ecd433afae8bb44 (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) $(FT2_LIBS)
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS)