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-19 08:50:34 +0100
commitabba3cc56d11f32c634462a08767a99e2c142d97 (patch)
tree9fc6d260fcbcda8cb89337abdfd2a39616a336f0
parentb1fa61a57267772e0a4e0686fe690a4f8429e237 (diff)
downloadclutter-abba3cc56d11f32c634462a08767a99e2c142d97.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