diff options
author | Thierry Vignaud <tvignaud@mandriva.com> | 2009-08-14 08:16:35 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-08-14 08:16:54 -0600 |
commit | 2674d1ba5005151f2509e79f9f43020508e3525d (patch) | |
tree | a2bc3749b9f633082cb27b01d9257e859ea3a95b /Makefile | |
parent | 67b639c7ab3355cc24d38af165c9775fcc1af3cf (diff) |
mesa: make sure r300/compiler/ sources are included in tarball
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -345,7 +345,9 @@ DRI_FILES = \ $(DIRECTORY)/src/mesa/drivers/dri/common/xmlpool/*.[ch] \ $(DIRECTORY)/src/mesa/drivers/dri/common/xmlpool/*.po \ $(DIRECTORY)/src/mesa/drivers/dri/*/*.[chS] \ + $(DIRECTORY)/src/mesa/drivers/dri/*/*/*.[chS] \ $(DIRECTORY)/src/mesa/drivers/dri/*/Makefile \ + $(DIRECTORY)/src/mesa/drivers/dri/*/*/Makefile \ $(DIRECTORY)/src/mesa/drivers/dri/*/Doxyfile \ $(DIRECTORY)/src/mesa/drivers/dri/*/server/*.[ch] |