summaryrefslogtreecommitdiffstats
path: root/examples/dynparams/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dynparams/Makefile.am')
-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)