summaryrefslogtreecommitdiffstats
path: root/tests/examples
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples')
-rw-r--r--tests/examples/level/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/level/Makefile.am b/tests/examples/level/Makefile.am
index acee59ac..67ca7199 100644
--- a/tests/examples/level/Makefile.am
+++ b/tests/examples/level/Makefile.am
@@ -1,4 +1,4 @@
noinst_PROGRAMS = level-example
level_example_CFLAGS = $(GST_CFLAGS)
-level_example_LDADD = $(GST_LIBS) -lm
+level_example_LDADD = $(GST_LIBS) $(LIBM)