diff options
Diffstat (limited to 'src/glsl')
-rw-r--r-- | src/glsl/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index b466a3b5c52..5a0a643daf2 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -33,12 +33,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/gtest/include \ -I$(top_builddir)/src/glsl/nir \ $(DEFINES) -AM_CFLAGS = \ - $(VISIBILITY_CFLAGS) \ - $(MSVC2013_COMPAT_CFLAGS) -AM_CXXFLAGS = \ - $(VISIBILITY_CXXFLAGS) \ - $(MSVC2013_COMPAT_CXXFLAGS) +AM_CFLAGS = $(VISIBILITY_CFLAGS) +AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS) EXTRA_DIST = tests glcpp/tests README TODO glcpp/README \ glsl_lexer.ll \ |