X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fcompiler%2FMakefile.am;h=73435a3b5d6ef25a190ce0ed178bdd4ddb3f97a6;hb=27f1298b9d95899c4061294e384fadfd1c0a1b44;hp=fd6811ff26ef81076c5ee71160a63380b82f3f2b;hpb=ac4437b20b87c7285b89466f05b51518ae616873;p=mesa.git diff --git a/src/compiler/Makefile.am b/src/compiler/Makefile.am index fd6811ff26e..73435a3b5d6 100644 --- a/src/compiler/Makefile.am +++ b/src/compiler/Makefile.am @@ -53,6 +53,7 @@ noinst_LTLIBRARIES = libcompiler.la libcompiler_la_SOURCES = $(LIBCOMPILER_FILES) +noinst_PROGRAMS = check_PROGRAMS = TESTS = BUILT_SOURCES = @@ -63,11 +64,14 @@ EXTRA_DIST = \ glsl/tests/meson.build \ glsl/meson.build \ nir/meson.build \ + spirv/meson.build \ meson.build MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D) PYTHON_GEN = $(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS) +include Makefile.spirv.am + include Makefile.glsl.am include Makefile.nir.am