diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-08-17 17:57:38 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-08-17 17:57:38 +0000 |
commit | 69a7a16fd7d6dfcc21f3c4d508a505e38c93b1f6 (patch) | |
tree | 494f2caf2fa87ca93c16c2a87ce37829124a175e /examples/seeking | |
parent | 40288378e9dd2f75ab43cea8c2ae82a25061ae53 (diff) |
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
Diffstat (limited to 'examples/seeking')
-rw-r--r-- | examples/seeking/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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) |