tests: link test-conformance against libm

https://bugzilla.gnome.org/show_bug.cgi?id=677921
This commit is contained in:
Frédéric Péters 2012-06-12 08:25:05 +02:00 committed by Emmanuele Bassi
parent 725f4a07f3
commit a88f73091b
1 changed files with 1 additions and 1 deletions

View File

@ -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