diff options
author | Jason Ekstrand <[email protected]> | 2016-02-11 15:09:30 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-02-11 15:09:30 -0800 |
commit | ff8895ba5606372f368917b97b8c4380bb822234 (patch) | |
tree | 4f4387c154e1988e1005237187ba1bee661b5bd7 /src/gallium/drivers/llvmpipe/Makefile.am | |
parent | 2009e304f7c0bdf5bf01b8dd60dddc2f8bb25f18 (diff) | |
parent | 9f8c01b03c168f6cf7aa12046be73e0fc46940c6 (diff) |
Merge remote-tracking branch 'mesa-public/master' into vulkan
Diffstat (limited to 'src/gallium/drivers/llvmpipe/Makefile.am')
-rw-r--r-- | src/gallium/drivers/llvmpipe/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile.am b/src/gallium/drivers/llvmpipe/Makefile.am index 1d3853e41a6..85ae0ae13d8 100644 --- a/src/gallium/drivers/llvmpipe/Makefile.am +++ b/src/gallium/drivers/llvmpipe/Makefile.am @@ -26,11 +26,11 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ $(GALLIUM_DRIVER_CFLAGS) \ $(LLVM_CFLAGS) \ - $(MSVC2008_COMPAT_CFLAGS) + $(MSVC2013_COMPAT_CFLAGS) AM_CXXFLAGS= \ $(GALLIUM_DRIVER_CXXFLAGS) \ $(LLVM_CXXFLAGS) \ - $(MSVC2008_COMPAT_CXXFLAGS) + $(MSVC2013_COMPAT_CXXFLAGS) noinst_LTLIBRARIES = libllvmpipe.la |