winsys/radeon: fix a race condition between winsys_create and winsys_destroy
[mesa.git] / src / Makefile.am
index 5b2549d9d9eea0d4927afd3c0a5ba3e878c9d728..9d1580f90412189e905a1837f03e2c21b4233875 100644 (file)
@@ -33,12 +33,16 @@ 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
@@ -55,3 +59,5 @@ SUBDIRS +=                    \
        gallium/tests/unit
 endif
 endif
+
+EXTRA_DIST = getopt