nv50, nvc0: update reported glsl version to 330
[mesa.git] / src / Makefile.am
index b6449b967b38238aa0f0c5b217b430e4682b82bc..5b2549d9d9eea0d4927afd3c0a5ba3e878c9d728 100644 (file)
@@ -19,7 +19,7 @@
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 # IN THE SOFTWARE.
 
-SUBDIRS = gtest mapi
+SUBDIRS = gtest loader mapi
 
 if NEED_OPENGL_COMMON
 SUBDIRS += glsl mesa
@@ -29,6 +29,10 @@ if HAVE_DRI_GLX
 SUBDIRS += glx
 endif
 
+if HAVE_EGL_PLATFORM_WAYLAND
+SUBDIRS += egl/wayland
+endif
+
 if HAVE_GBM
 SUBDIRS += gbm
 endif
@@ -39,7 +43,9 @@ endif
 
 if HAVE_GALLIUM
 SUBDIRS +=                     \
-       gallium                 \
+       gallium/auxiliary       \
+       gallium/drivers         \
+       gallium/state_trackers  \
        gallium/winsys          \
        gallium/targets