summaryrefslogtreecommitdiff
path: root/tests/micro-bench/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/micro-bench/Makefile.am')
-rw-r--r--tests/micro-bench/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/micro-bench/Makefile.am b/tests/micro-bench/Makefile.am
index e4cb8f12f..93278abdf 100644
--- a/tests/micro-bench/Makefile.am
+++ b/tests/micro-bench/Makefile.am
@@ -22,7 +22,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/clutter \
-I$(top_builddir)/clutter
-LDADD = $(common_ldadd) $(CLUTTER_LIBS) -lm
+LDADD = $(common_ldadd) $(CLUTTER_LIBS) $(LIBM)
test_text_SOURCES = test-text.c
test_picking_SOURCES = test-picking.c