summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-12-08 14:50:10 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-12-08 14:50:10 +0000
commit708cf898e85bb1742870f6b3cabcc74b28f01c5f (patch)
tree022549fcd528cd742ef2fc6569ebd94a0030e97f /examples
parent2a19514098f24c47f8642e7f0b4b762e5dc9d05d (diff)
downloadgst-plugins-bad-708cf898e85bb1742870f6b3cabcc74b28f01c5f.tar.gz
gst-plugins-bad-708cf898e85bb1742870f6b3cabcc74b28f01c5f.tar.bz2
gst-plugins-bad-708cf898e85bb1742870f6b3cabcc74b28f01c5f.zip
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)