From de7a0d3426727f219e69e1c9838bffd97cc6682d Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 17 Aug 2002 17:57:38 +0000 Subject: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839 Original commit message from CVS: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839 --- examples/seeking/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/seeking') diff --git a/examples/seeking/Makefile.am b/examples/seeking/Makefile.am index 30003e06..b1dac9c4 100644 --- a/examples/seeking/Makefile.am +++ b/examples/seeking/Makefile.am @@ -3,5 +3,5 @@ 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) +LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS) +CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(FT2_CFLAGS) -- cgit v1.2.1