diff options
author | Olivier Pena <[email protected]> | 2015-04-22 15:36:28 +0000 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2015-04-27 15:18:36 +0100 |
commit | f9965347dc0cac8822c44faf7bade09093076c74 (patch) | |
tree | ee94936826c1ac39b1fefbe23ca740379a071ece /src/gallium/targets/osmesa/Makefile.am | |
parent | db2415189a04fd64106a739c635b1433192ef969 (diff) |
scons: add target osmesa using gallium state tracker.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/targets/osmesa/Makefile.am')
-rw-r--r-- | src/gallium/targets/osmesa/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gallium/targets/osmesa/Makefile.am b/src/gallium/targets/osmesa/Makefile.am index f53823aecae..2c09736714a 100644 --- a/src/gallium/targets/osmesa/Makefile.am +++ b/src/gallium/targets/osmesa/Makefile.am @@ -76,7 +76,11 @@ lib@OSMESA_LIB@_la_LIBADD += $(top_builddir)/src/gallium/drivers/llvmpipe/libllv endif EXTRA_lib@OSMESA_LIB@_la_DEPENDENCIES = osmesa.sym -EXTRA_DIST = osmesa.sym +EXTRA_DIST = \ + osmesa.sym \ + osmesa.def \ + osmesa.mingw.def \ + SConscript include $(top_srcdir)/install-gallium-links.mk |