gstreamer/examples/seeking/Makefile.am
2002-08-17 17:57:38 +00:00

7 lines
209 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) $(FT2_LIBS)
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS)