summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Péters <fpeters@0d.be>2012-06-12 08:25:05 +0200
committerEmmanuele Bassi <ebassi@gnome.org>2012-06-15 15:30:24 +0100
commita88f73091b7606447418a63c62cb447f2ee63780 (patch)
treebf600dafaf01d44d9cada6fa16662b3db1f522e7
parent725f4a07f3fb04518646f792b64d3c7fa120091a (diff)
downloadclutter-a88f73091b7606447418a63c62cb447f2ee63780.tar.gz
tests: link test-conformance against libm
https://bugzilla.gnome.org/show_bug.cgi?id=677921
-rw-r--r--tests/conform/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index d23efaf79..d89707008 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -162,7 +162,7 @@ test_conformance_CPPFLAGS = \
test_conformance_CFLAGS = -g $(CLUTTER_CFLAGS)
-test_conformance_LDADD = $(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la $(CLUTTER_LIBS)
+test_conformance_LDADD = $(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la $(CLUTTER_LIBS) -lm
test_conformance_LDFLAGS = -export-dynamic