nv50,nvc0: buffer resources can be bound as other things down the line
[mesa.git] / src / Makefile.am
index d096f29c4d5b617459ae0fa7367477b8972aeb2e..3e736d02934489e45a94c4065dccbdcc84196a2e 100644 (file)
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 # IN THE SOFTWARE.
 
-SUBDIRS = gtest mapi
+SUBDIRS = gtest util mapi
 
 if NEED_OPENGL_COMMON
 SUBDIRS += glsl mesa
 endif
 
-SUBDIRS += $(SRC_DIRS)
+SUBDIRS += loader
+
+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/main
+endif
+
+if HAVE_GALLIUM
+SUBDIRS += gallium
+endif
+
+EXTRA_DIST = getopt