mirror of
https://github.com/brl/mutter.git
synced 2025-08-02 14:44:40 +00:00
build: Add -lm to the tests linker flags
https://bugzilla.gnome.org/show_bug.cgi?id=657529
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user