gstreamer/examples/seeking/Makefile.am
Wim Taymans 60bf5b6388 Add DV seeking example
Original commit message from CVS:
Add DV seeking example
2002-06-16 21:54:38 +00:00

7 lines
194 B
Makefile

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)