diff options
-rw-r--r-- | tests/examples/seek/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/seek/Makefile.am b/tests/examples/seek/Makefile.am index feadfd92..792f96c1 100644 --- a/tests/examples/seek/Makefile.am +++ b/tests/examples/seek/Makefile.am @@ -8,6 +8,6 @@ noinst_PROGRAMS = $(examples) LDADD = \ $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \ - $(GST_LIBS) $(GTK_LIBS) + $(GST_LIBS) $(GTK_LIBS) $(LIBM) AM_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs |