[clutter] tests: link test-conformance against libm



commit a88f73091b7606447418a63c62cb447f2ee63780
Author: FrÃdÃric PÃters <fpeters 0d be>
Date:   Tue Jun 12 08:25:05 2012 +0200

    tests: link test-conformance against libm
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677921

 tests/conform/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]