build: Add -lm to the tests linker flags

https://bugzilla.gnome.org/show_bug.cgi?id=657529
This commit is contained in:
Emmanuele Bassi
2011-08-27 23:58:26 +01:00
parent 2ad7f97fce
commit 059d32b40d
3 changed files with 8 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ AM_CFLAGS = \
-DG_DISABLE_SINGLE_INCLUDES \
-DTESTS_DATA_DIR=\""$(top_srcdir)/tests/data/"\"
LDADD = $(common_ldadd) $(CLUTTER_LIBS)
LDADD = $(common_ldadd) $(CLUTTER_LIBS) -lm
test_text_SOURCES = test-text.c
test_picking_SOURCES = test-picking.c