summaryrefslogtreecommitdiffstats
path: root/examples/seeking/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-06-16 21:54:38 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-06-16 21:54:38 +0000
commitde659d38cd1d688f8c0d09b2246e41ea38992084 (patch)
treec3d420eda8ac4eab5efda6ab06af7ffe58dbfa5b /examples/seeking/Makefile.am
parentd04b373ee5514c2d106cd381818ce365ebf7aee7 (diff)
downloadgst-plugins-bad-de659d38cd1d688f8c0d09b2246e41ea38992084.tar.gz
gst-plugins-bad-de659d38cd1d688f8c0d09b2246e41ea38992084.tar.bz2
gst-plugins-bad-de659d38cd1d688f8c0d09b2246e41ea38992084.zip
Add DV seeking example
Original commit message from CVS: Add DV seeking example
Diffstat (limited to 'examples/seeking/Makefile.am')
-rw-r--r--examples/seeking/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/seeking/Makefile.am b/examples/seeking/Makefile.am
index ad041480..30003e06 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)
+LIBS = $(GST_LIBS) $(GTK_LIBS) -lfreetype
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)