From 708cf898e85bb1742870f6b3cabcc74b28f01c5f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 8 Dec 2002 14:50:10 +0000 Subject: parallel install fixes Original commit message from CVS: parallel install fixes --- examples/dynparams/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/dynparams/Makefile.am') 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) -- cgit v1.2.1