diff mbox

fix mesa tarball creation again

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

Commit Message

Thierry Vignaud April 28, 2011, 6:38 a.m. UTC
On 19 April 2011 16:35, Brian <brianp@vmware.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.

Hi
The following patch fix tarball creation again (removed files and one
missing Makefile)
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 41d1654..fd23b30 100644
--- a/Makefile
+++ b/Makefile
@@ -272,7 +272,6 @@  MAIN_FILES = \
 	$(DIRECTORY)/src/mesa/tnl_dd/*.[ch]				\
 	$(DIRECTORY)/src/mesa/tnl_dd/imm/*.[ch]				\
 	$(DIRECTORY)/src/mesa/tnl_dd/imm/NOTES.imm			\
-	$(DIRECTORY)/src/mesa/vf/*.[ch]					\
 	$(DIRECTORY)/src/mesa/drivers/Makefile				\
 	$(DIRECTORY)/src/mesa/drivers/beos/*.cpp			\
 	$(DIRECTORY)/src/mesa/drivers/beos/Makefile			\
@@ -323,6 +322,7 @@  MAPI_FILES = \
 	$(DIRECTORY)/src/mapi/mapi/sources.mak				\
 	$(DIRECTORY)/src/mapi/mapi/*.[ch]				\
 	$(DIRECTORY)/src/mapi/shared-glapi/SConscript			\
+	$(DIRECTORY)/src/mapi/shared-glapi/Makefile			\
 	$(DIRECTORY)/src/mapi/vgapi/Makefile				\
 	$(DIRECTORY)/src/mapi/vgapi/SConscript				\
 	$(DIRECTORY)/src/mapi/vgapi/vgapi.csv				\