From a88f73091b7606447418a63c62cb447f2ee63780 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 12 Jun 2012 08:25:05 +0200 Subject: [PATCH] tests: link test-conformance against libm https://bugzilla.gnome.org/show_bug.cgi?id=677921 --- tests/conform/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am index d23efaf..d897070 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 -- 2.7.4