X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=9d1580f90412189e905a1837f03e2c21b4233875;hb=fa55c2402c11aaccfc30b198b22b136142574a9c;hp=b6449b967b38238aa0f0c5b217b430e4682b82bc;hpb=a9676ae44ae96a9e222ed5c4fc798315d5a0f445;p=mesa.git diff --git a/src/Makefile.am b/src/Makefile.am index b6449b967b3..9d1580f9041 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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