summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2015-09-07 19:02:14 +0900
committerEmil Velikov <emil.l.velikov@gmail.com>2015-09-09 16:03:03 +0100
commita814152187ab4130544319c0d9b7eb4f16791cf4 (patch)
tree795ff20dbf70babfa8e25ddab823c10b8752b6fc /tests
parent7faedc9efcff12e7620f3a679cff33b1f818b539 (diff)
tests: Add -lm to LDADD for dristat
Fixes build failure due to unresolved log2. Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9a2d9328..a511d28a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -33,6 +33,8 @@ check_PROGRAMS = \
dristat \
drmstat
+dristat_LDADD = -lm
+
if HAVE_NOUVEAU
SUBDIRS += nouveau
endif