From: Brian Paul Date: Wed, 29 Oct 2008 00:27:21 +0000 (-0600) Subject: mesa: include glslcompiler driver in tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=835a9fef058d23c8a7ce7bbe6866990b4804f5ad;p=mesa.git mesa: include glslcompiler driver in tarball --- diff --git a/Makefile b/Makefile index 2e86d11738f..27cbee3d0ea 100644 --- a/Makefile +++ b/Makefile @@ -287,6 +287,8 @@ MAIN_FILES = \ $(DIRECTORY)/src/mesa/drivers/x11/Makefile \ $(DIRECTORY)/src/mesa/drivers/x11/descrip.mms \ $(DIRECTORY)/src/mesa/drivers/x11/*.[ch] \ + $(DIRECTORY)/src/mesa/drivers/glslcompiler/Makefile \ + $(DIRECTORY)/src/mesa/drivers/glslcompiler/glslcompiler.c \ $(DIRECTORY)/src/mesa/ppc/*.[ch] \ $(DIRECTORY)/src/mesa/sparc/*.[chS] \ $(DIRECTORY)/src/mesa/x86/Makefile \