X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile.am;h=343badef4b79abcfd2b386b5c5f623cbd7226b2f;hb=5edcb682c9441ccce84d6bee959b8c4b3671bf0e;hp=63e02c6a0f84ad8db4b09ed78a02d564ed5a8dee;hpb=5e4e145025eabfc95e636d6c29da670e375649d0;p=mesa.git diff --git a/Makefile.am b/Makefile.am index 63e02c6a0f8..343badef4b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,6 +36,7 @@ PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION) EXTRA_FILES = \ aclocal.m4 \ configure \ + VERSION \ bin/ar-lib \ bin/compile \ bin/config.sub \ @@ -51,12 +52,6 @@ EXTRA_FILES = \ src/glsl/glcpp/glcpp-lex.c \ src/glsl/glcpp/glcpp-parse.c \ src/glsl/glcpp/glcpp-parse.h \ - src/mesa/main/api_exec_es1.c \ - src/mesa/main/api_exec_es1_dispatch.h \ - src/mesa/main/api_exec_es1_remap_helper.h \ - src/mesa/main/api_exec_es2.c \ - src/mesa/main/api_exec_es2_dispatch.h \ - src/mesa/main/api_exec_es2_remap_helper.h \ src/mesa/program/lex.yy.c \ src/mesa/program/program_parse.tab.c \ src/mesa/program/program_parse.tab.h \