summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-12-08 14:50:09 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-12-08 14:50:09 +0000
commite16c50551bed9fb6ad68965bcf739200429b6bf7 (patch)
tree572909f401bc3a50267a593fe95760e60e57f933 /examples
parent17a38e044e460583939084ad864d5208bd6f2d94 (diff)
parallel install fixes
Original commit message from CVS: parallel install fixes
Diffstat (limited to 'examples')
-rw-r--r--examples/dynparams/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dynparams/Makefile.am b/examples/dynparams/Makefile.am
index ed7d7f12..07314087 100644
--- a/examples/dynparams/Makefile.am
+++ b/examples/dynparams/Makefile.am
@@ -3,5 +3,5 @@ examples = filter
noinst_PROGRAMS = $(examples)
# we have nothing but apps here, we can do this safely
-LIBS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol
+LIBS = $(GST_LIBS) $(GTK_LIBS) $(GST_CONTROL_LIBS)
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)