Revert "nv50/ra: `isinf()` is in namespace `std` since C++11."
[mesa.git] / src / Makefile.am
index da638a811fbd2eec25c1814257071b3300b04730..a0572b7a563adbbd32ddbf74c1747caf5bbe1e07 100644 (file)
 
 SUBDIRS = . gtest util mapi/glapi/gen mapi
 
+# include only conditionally ?
+SUBDIRS += compiler
+
 if NEED_OPENGL_COMMON
-SUBDIRS += glsl mesa
+SUBDIRS += mesa
 endif
 
 SUBDIRS += loader
@@ -53,8 +56,8 @@ EXTRA_DIST = \
 AM_CFLAGS = $(VISIBILITY_CFLAGS)
 AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS)
 
-if HAVE_VULKAN
-SUBDIRS += vulkan
+if HAVE_INTEL_DRIVERS
+SUBDIRS += intel
 endif
 
 AM_CPPFLAGS = \