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