From 907bee8c030be9c8a7c9a15238d9bc11bf93e057 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 26 Jul 2003 04:23:32 +0000 Subject: fix initialization Original commit message from CVS: fix initialization --- examples/indexing/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/indexing/Makefile.am') diff --git a/examples/indexing/Makefile.am b/examples/indexing/Makefile.am index 800135f1..022bfc85 100644 --- a/examples/indexing/Makefile.am +++ b/examples/indexing/Makefile.am @@ -3,5 +3,5 @@ examples = indexmpeg 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) -- cgit v1.2.1