OSDN Git Service

tests: Add -lm to LDADD for dristat
authorMichel Dänzer <michel.daenzer@amd.com>
Mon, 7 Sep 2015 10:02:14 +0000 (19:02 +0900)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 9 Sep 2015 15:03:03 +0000 (16:03 +0100)
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>
tests/Makefile.am

index 9a2d932..a511d28 100644 (file)
@@ -33,6 +33,8 @@ check_PROGRAMS = \
        dristat \
        drmstat
 
+dristat_LDADD = -lm
+
 if HAVE_NOUVEAU
 SUBDIRS += nouveau
 endif