vulkan: Move XML and generator into src/intel/genxml
[mesa.git] / src / Makefile.am
index da638a811fbd2eec25c1814257071b3300b04730..25b48c6500920f4d8f81ac0a38b0c2bbb53f77aa 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
@@ -54,6 +57,8 @@ AM_CFLAGS = $(VISIBILITY_CFLAGS)
 AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS)
 
 if HAVE_VULKAN
+SUBDIRS += intel
+SUBDIRS += isl
 SUBDIRS += vulkan
 endif