Nothing in this directory actually uses Freetype

Original commit message from CVS:
Nothing in this directory actually uses Freetype
This commit is contained in:
David Schleef 2003-07-26 04:15:39 +00:00
parent 63294c0655
commit 06956522a7
3 changed files with 3 additions and 3 deletions

View file

@ -3,5 +3,5 @@ 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) $(FT2_LIBS)
LIBS = $(GST_LIBS) $(GTK_LIBS)
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)

View file

@ -3,5 +3,5 @@ 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) $(FT2_LIBS)
LIBS = $(GST_LIBS) $(GTK_LIBS)
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)

View file

@ -3,5 +3,5 @@ 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) $(FT2_LIBS)
LIBS = $(GST_LIBS) $(GTK_LIBS)
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)