diff mbox

fix mesa tarball creation again

Message ID BANLkTi=f69vEyGZLYY_kr3Cwd1CRiW_J0w@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thierry Vignaud April 19, 2011, 9:04 a.m. UTC
On 18 April 2011 01:27, Marek Olšák <maraeo@gmail.com> wrote:
> Pushed, thanks.

Can you know commit this one that fixes missing files in the generated tarball
so that one can build mesa out of the tarball?
Thx

Comments

Brian Paul April 19, 2011, 2:35 p.m. UTC | #1
On 04/19/2011 03:04 AM, Thierry Vignaud wrote:
> On 18 April 2011 01:27, Marek Olšák<maraeo@gmail.com>  wrote:
>> Pushed, thanks.
>
> Can you know commit this one that fixes missing files in the generated tarball
> so that one can build mesa out of the tarball?
> Thx

I'll commit it soon.  Thanks.

There's a few other files missing, like SConscript files that I need 
to add too...

-Brian
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 646e152..e4796cf 100644
--- a/Makefile
+++ b/Makefile
@@ -231,6 +231,8 @@  MAIN_FILES = \
 	$(DIRECTORY)/src/glsl/Makefile.template				\
 	$(DIRECTORY)/src/glsl/SConscript				\
 	$(DIRECTORY)/src/glsl/*.[ch]					\
+	$(DIRECTORY)/src/glsl/*.ll					\
+	$(DIRECTORY)/src/glsl/*.yy					\
 	$(DIRECTORY)/src/glsl/*.[cly]pp					\
 	$(DIRECTORY)/src/glsl/README					\
 	$(DIRECTORY)/src/glsl/glcpp/*.[chly]				\
@@ -245,6 +247,7 @@  MAIN_FILES = \
 	$(DIRECTORY)/src/mesa/depend					\
 	$(MAIN_ES_FILES)						\
 	$(DIRECTORY)/src/mesa/main/*.[chS]				\
+	$(DIRECTORY)/src/mesa/main/*.cpp				\
 	$(DIRECTORY)/src/mesa/main/descrip.mms				\
 	$(DIRECTORY)/src/mesa/math/*.[ch]				\
 	$(DIRECTORY)/src/mesa/math/descrip.mms				\