X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=a0572b7a563adbbd32ddbf74c1747caf5bbe1e07;hb=121a0cedc80c5541d51599383486ba9a7397c6ce;hp=da638a811fbd2eec25c1814257071b3300b04730;hpb=21d5e52da862af7e6f4509ae70667b12d2280b47;p=mesa.git diff --git a/src/Makefile.am b/src/Makefile.am index da638a811fb..a0572b7a563 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,8 +21,11 @@ SUBDIRS = . gtest util mapi/glapi/gen mapi +# include only conditionally ? +SUBDIRS += compiler + if NEED_OPENGL_COMMON -SUBDIRS += glsl mesa +SUBDIRS += mesa endif SUBDIRS += loader @@ -53,8 +56,8 @@ EXTRA_DIST = \ AM_CFLAGS = $(VISIBILITY_CFLAGS) AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS) -if HAVE_VULKAN -SUBDIRS += vulkan +if HAVE_INTEL_DRIVERS +SUBDIRS += intel endif AM_CPPFLAGS = \