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
parent
7faedc9efc
commit
a814152187
|
@ -33,6 +33,8 @@ check_PROGRAMS = \
|
|||
dristat \
|
||||
drmstat
|
||||
|
||||
dristat_LDADD = -lm
|
||||
|
||||
if HAVE_NOUVEAU
|
||||
SUBDIRS += nouveau
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue