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>
main
Michel Dänzer 2015-09-07 19:02:14 +09:00 committed by Emil Velikov
parent 7faedc9efc
commit a814152187
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ check_PROGRAMS = \
dristat \
drmstat
dristat_LDADD = -lm
if HAVE_NOUVEAU
SUBDIRS += nouveau
endif