gstreamer/examples/seeking/Makefile.am
David Schleef 84ceb0c986 Nothing in this directory actually uses Freetype
Original commit message from CVS:
Nothing in this directory actually uses Freetype
2003-07-26 04:15:39 +00:00

8 lines
217 B
Makefile

examples = seek spider_seek cdplayer cdparanoia vorbisfile
noinst_PROGRAMS = $(examples)
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS) $(GTK_LIBS)
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)