diff options
author | David Schleef <ds@schleef.org> | 2003-07-26 04:23:32 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-07-26 04:23:32 +0000 |
commit | 907bee8c030be9c8a7c9a15238d9bc11bf93e057 (patch) | |
tree | e7bec2b49d231331676be9645ccdb368c03b6ff9 /examples/indexing/Makefile.am | |
parent | 84ceb0c986cad266a71371515ac32a750e1bd51c (diff) | |
download | gst-plugins-bad-907bee8c030be9c8a7c9a15238d9bc11bf93e057.tar.gz gst-plugins-bad-907bee8c030be9c8a7c9a15238d9bc11bf93e057.tar.bz2 gst-plugins-bad-907bee8c030be9c8a7c9a15238d9bc11bf93e057.zip |
fix initialization
Original commit message from CVS:
fix initialization
Diffstat (limited to 'examples/indexing/Makefile.am')
-rw-r--r-- | examples/indexing/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |