diff options
author | Jason Ekstrand <[email protected]> | 2016-03-02 11:31:22 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-03-02 11:31:22 -0800 |
commit | 2168082a48e1f81c9c781dac9e05c61f052b86a1 (patch) | |
tree | e76e434f18e57666c7eb2faa68ffbd09f209921a /src/intel/isl | |
parent | 8f5a64e44f4daf2c44c35f209b2452b4b6c6e4e8 (diff) |
isl: Fix make check
Diffstat (limited to 'src/intel/isl')
-rw-r--r-- | src/intel/isl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am index ffc2669f6bf..806934eae5b 100644 --- a/src/intel/isl/Makefile.am +++ b/src/intel/isl/Makefile.am @@ -110,6 +110,7 @@ check_PROGRAMS = $(TESTS) # Link tests to lib965_compiler.la for brw_get_device_info(). tests_ldadd = \ + -lm \ libisl.la \ $(top_builddir)/src/mesa/drivers/dri/i965/libi965_compiler.la |