st/wgl: add debug code to check that pixel format initialization worked
[mesa.git] / src / Makefile.am
index b6449b967b38238aa0f0c5b217b430e4682b82bc..9d1580f90412189e905a1837f03e2c21b4233875 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,17 +29,27 @@ if HAVE_DRI_GLX
 SUBDIRS += glx
 endif
 
+if HAVE_EGL_PLATFORM_WAYLAND
+SUBDIRS += egl/wayland
+endif
+
+if HAVE_EGL_DRIVER_DRI2
+SUBDIRS += egl/drivers/dri2
+endif
+
 if HAVE_GBM
 SUBDIRS += gbm
 endif
 
 if HAVE_EGL
-SUBDIRS += egl
+SUBDIRS += egl/main
 endif
 
 if HAVE_GALLIUM
 SUBDIRS +=                     \
-       gallium                 \
+       gallium/auxiliary       \
+       gallium/drivers         \
+       gallium/state_trackers  \
        gallium/winsys          \
        gallium/targets
 
@@ -49,3 +59,5 @@ SUBDIRS +=                    \
        gallium/tests/unit
 endif
 endif
+
+EXTRA_DIST = getopt